CROCODOOR
Speed Dial in the Cloud. Access to your favorite web sites anywhere.
Cos'è CROCODOOR?
CROCODOOR è un'estensione di Chrome sviluppata da https://www.crocodoor.com, e la sua funzione principale è "Speed Dial in the Cloud. Access to your favorite web sites anywhere.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CROCODOOR
Scarica i file di estensione CROCODOOR 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
This is the chrome extension for croud-based speed dial service CROCODOOR. This extension can be displayed your favorite website lists which is you registered at CROCODOOR. CROCODOOR website: https://www.crocodoor.com/ Saving to the cloud web site of your favorite, CROCODOOR is a cloud-based speed dial service.
Informazioni di Base sull'Estensione
Nome | CROCODOOR |
ID | idehkiddfjfkhgfegfnefjfoonhkkgai |
URL Ufficiale | https://chromewebstore.google.com/detail/crocodoor/idehkiddfjfkhgfegfnefjfoonhkkgai |
Descrizione | Speed Dial in the Cloud. Access to your favorite web sites anywhere. |
Dimensione del File | 68.27 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2022-07-24 |
Data di Pubblicazione | 2014-06-18 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | https://www.crocodoor.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.crocodoor.com/ |
URL della Pagina di Aiuto | https://www.crocodoor.com/guide |
URL della Pagina della Politica sulla Privacy | https://www.x-more.co.jp/privacy |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.0", "name": "CROCODOOR", "description": "Speed Dial in the Cloud. Access to your favorite web sites anywhere.", "homepage_url": "https:\/\/www.crocodoor.com\/", "icons": { "128": "img\/icon.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "permissions": [ "contextMenus", "storage", "tabs", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.crocodoor.com\/*" ], "background": { "service_worker": "background.js" }, "omnibox": { "keyword": "cd" }, "action": { "default_icon": { "19": "img\/icon19.png", "32": "img\/icon32.png" }, "default_title": "CROCODOOR" }, "default_locale": "en" } |