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
电子邮箱 [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:\/\/*\/*"
    ]
}