CROCODOOR
Speed Dial in the Cloud. Access to your favorite web sites anywhere.
Wat is CROCODOOR?
CROCODOOR is een Chrome-extensie ontwikkeld door https://www.crocodoor.com, en de belangrijkste functie is "Speed Dial in the Cloud. Access to your favorite web sites anywhere.".
Extensie Screenshots
Download het CRX-bestand van de extensie CROCODOOR
Download CROCODOOR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | idehkiddfjfkhgfegfnefjfoonhkkgai |
| Officiële URL | https://chromewebstore.google.com/detail/crocodoor/idehkiddfjfkhgfegfnefjfoonhkkgai |
| Beschrijving | Speed Dial in the Cloud. Access to your favorite web sites anywhere. |
| Bestandsgrootte | 68.27 KB |
| Aantal Installaties | 54 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2022-07-24 |
| Publicatiedatum | 2014-06-18 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://www.crocodoor.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.crocodoor.com/ |
| Help Pagina-URL | https://www.crocodoor.com/guide |
| URL van de Privacybeleid Pagina | https://www.x-more.co.jp/privacy |
| Ondersteunde Talen | 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"
} | |