Remarkable Chrome Extension

Allow users to leave comments on any website

Vad är Remarkable Chrome Extension?

Remarkable Chrome Extension är en Chrome-tillägg utvecklad av fatz.zhang, och dess huvudfunktion är "Allow users to leave comments on any website".

Tilläggsskärmbilder

screenshot

Ladda ner Remarkable Chrome Extension-förlängningens CRX-fil

Ladda ner Remarkable Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Remarkable Chrome Extension Remarkable Chrome Extension
ID aflihibdiangnhfklipinmbdjflnhloe
Officiell webbadress https://chromewebstore.google.com/detail/remarkable-chrome-extensi/aflihibdiangnhfklipinmbdjflnhloe
Beskrivning Allow users to leave comments on any website
Filstorlek 252 KB
Antal Installationer 327
Aktuell Version 1.0.3
Senast Uppdaterad 2022-01-22
Publiceringsdatum 2022-01-04
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare fatz.zhang
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://remarkable.fatz.tw/
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/444ba7fd-b85c-4f83-b224-0f5524bc1b82
Stödda Språk 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:\/\/*\/*"
    ]
}