Remarkable Chrome Extension

Allow users to leave comments on any website

Remarkable Chrome Extension란 무엇입니까?

Remarkable Chrome Extension은(는) fatz.zhang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow users to leave comments on any website"입니다.

확장 프로그램 스크린샷

screenshot

Remarkable Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        很多網站沒有留言功能,或是留言受到網站擁有者管控,這個套件建立的目的是提供一個公開透明的留言區,以供所有網頁瀏覽者可以互相討論。                    

확장 프로그램 기본 정보

이름 Remarkable Chrome Extension Remarkable Chrome Extension
ID aflihibdiangnhfklipinmbdjflnhloe
공식 URL https://chromewebstore.google.com/detail/remarkable-chrome-extensi/aflihibdiangnhfklipinmbdjflnhloe
설명 Allow users to leave comments on any website
파일 크기 252 KB
설치 횟수 327
현재 버전 1.0.3
최근 업데이트 2022-01-22
출시 날짜 2022-01-04
평점 4.67/5 총 6 개의 평점
개발자 fatz.zhang
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://remarkable.fatz.tw/
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/444ba7fd-b85c-4f83-b224-0f5524bc1b82
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remarkable Chrome Extension",
    "description": "Allow users to leave comments on any website",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "background": {
        "service_worker": ".\/background_script.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "This is popup page"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}