Remarkable Chrome Extension
Allow users to leave comments on any website
What is Remarkable Chrome Extension?
Remarkable Chrome Extension is a Chrome extension developed by fatz.zhang, and its main feature is "Allow users to leave comments on any website".
Extension Screenshots
Download Remarkable Chrome Extension Extension CRX File
Download Remarkable Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
很多網站沒有留言功能,或是留言受到網站擁有者管控,這個套件建立的目的是提供一個公開透明的留言區,以供所有網頁瀏覽者可以互相討論。
Extension Basic Information
Name | Remarkable Chrome Extension |
ID | aflihibdiangnhfklipinmbdjflnhloe |
Official URL | https://chromewebstore.google.com/detail/remarkable-chrome-extensi/aflihibdiangnhfklipinmbdjflnhloe |
Description | Allow users to leave comments on any website |
File Size | 252 KB |
Installation Count | 327 |
Current Version | 1.0.3 |
Last Updated | 2022-01-22 |
Publish Date | 2022-01-04 |
Rating | 4.67/5 Total 6 Ratings |
Developer | fatz.zhang |
[email protected] | |
Payment Type | free |
Extension Website | https://remarkable.fatz.tw/ |
Privacy Policy Page URL | https://www.freeprivacypolicy.com/live/444ba7fd-b85c-4f83-b224-0f5524bc1b82 |
Supported Languages | 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:\/\/*\/*" ] } |