CROCODOOR
Speed Dial in the Cloud. Access to your favorite web sites anywhere.
Qu'est-ce que CROCODOOR ?
CROCODOOR est une extension Chrome développée par https://www.crocodoor.com, et sa fonction principale est "Speed Dial in the Cloud. Access to your favorite web sites anywhere.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CROCODOOR
Téléchargez les fichiers d'extension CROCODOOR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CROCODOOR |
ID | idehkiddfjfkhgfegfnefjfoonhkkgai |
URL Officiel | https://chromewebstore.google.com/detail/crocodoor/idehkiddfjfkhgfegfnefjfoonhkkgai |
Description | Speed Dial in the Cloud. Access to your favorite web sites anywhere. |
Taille du Fichier | 68.27 KB |
Nombre d'Installations | 54 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2022-07-24 |
Date de Publication | 2014-06-18 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | https://www.crocodoor.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.crocodoor.com/ |
URL de la Page d'Aide | https://www.crocodoor.com/guide |
URL de la Page de Politique de Confidentialité | https://www.x-more.co.jp/privacy |
Langues Prises en Charge | 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" } |