Cypher
Browser Extension for Cypher (https://www.cypherpod.com/)
Cos'è Cypher?
Cypher è un'estensione di Chrome sviluppata da https://cypherpod.com, e la sua funzione principale è "Browser Extension for Cypher (https://www.cypherpod.com/)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cypher
Scarica i file di estensione Cypher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Quickly add your favorite videos, podcasts, articles, and websites to Cypher. Join a growing community of learning enthusiasts that dive deep into the latest content.
Informazioni di Base sull'Estensione
Nome | Cypher |
ID | meipmjcmeklghnkepenofkjmjepnadgn |
URL Ufficiale | https://chromewebstore.google.com/detail/cypher/meipmjcmeklghnkepenofkjmjepnadgn |
Descrizione | Browser Extension for Cypher (https://www.cypherpod.com/) |
Dimensione del File | 2.08 MB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.1.7 |
Ultimo Aggiornamento | 2022-04-14 |
Data di Pubblicazione | 2022-01-12 |
Sviluppatore | https://cypherpod.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.cypherpod.com |
URL della Pagina della Politica sulla Privacy | https://www.cypherpod.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cypher", "description": "Browser Extension for Cypher (https:\/\/www.cypherpod.com\/)", "version": "0.1.7", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ] } ], "permissions": [ "activeTab", "storage" ], "icons": { "16": "\/assets\/icon-color.png", "48": "\/assets\/icon-color.png", "128": "\/assets\/icon-color.png" }, "externally_connectable": { "matches": [ "https:\/\/www.cypherpod.com\/*" ] } } |