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
官方網址 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:\/\/*\/*"
    ]
}