Remarkable Chrome Extension
Allow users to leave comments on any website
O que é Remarkable Chrome Extension?
Remarkable Chrome Extension é uma extensão do Chrome desenvolvida por fatz.zhang, e sua principal característica é "Allow users to leave comments on any website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remarkable Chrome Extension
Baixe arquivos de extensão Remarkable Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
很多網站沒有留言功能,或是留言受到網站擁有者管控,這個套件建立的目的是提供一個公開透明的留言區,以供所有網頁瀏覽者可以互相討論。
Informações Básicas da Extensão
Nome | Remarkable Chrome Extension |
ID | aflihibdiangnhfklipinmbdjflnhloe |
URL Oficial | https://chromewebstore.google.com/detail/remarkable-chrome-extensi/aflihibdiangnhfklipinmbdjflnhloe |
Descrição | Allow users to leave comments on any website |
Tamanho do Arquivo | 252 KB |
Contagem de Instalações | 327 |
Versão Atual | 1.0.3 |
Última Atualização | 2022-01-22 |
Data de Publicação | 2022-01-04 |
Classificação | 4.67/5 Total de 6 Avaliações |
Desenvolvedor | fatz.zhang |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://remarkable.fatz.tw/ |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/live/444ba7fd-b85c-4f83-b224-0f5524bc1b82 |
Idiomas Suportados | 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:\/\/*\/*" ] } |