Remarkable Chrome Extension

Allow users to leave comments on any website

Wat is Remarkable Chrome Extension?

Remarkable Chrome Extension is een Chrome-extensie ontwikkeld door fatz.zhang, en de belangrijkste functie is "Allow users to leave comments on any website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Remarkable Chrome Extension

Download Remarkable Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Remarkable Chrome Extension Remarkable Chrome Extension
ID aflihibdiangnhfklipinmbdjflnhloe
Officiële URL https://chromewebstore.google.com/detail/remarkable-chrome-extensi/aflihibdiangnhfklipinmbdjflnhloe
Beschrijving Allow users to leave comments on any website
Bestandsgrootte 252 KB
Aantal Installaties 327
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-01-22
Publicatiedatum 2022-01-04
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar fatz.zhang
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://remarkable.fatz.tw/
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/444ba7fd-b85c-4f83-b224-0f5524bc1b82
Ondersteunde Talen 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:\/\/*\/*"
    ]
}