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ファイルをダウンロード

Remarkable Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 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
Eメール [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:\/\/*\/*"
    ]
}