CROCODOOR
Speed Dial in the Cloud. Access to your favorite web sites anywhere.
Co to jest CROCODOOR?
CROCODOOR to rozszerzenie Chrome opracowane przez https://www.crocodoor.com, a jego główną funkcją jest „Speed Dial in the Cloud. Access to your favorite web sites anywhere.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CROCODOOR
Pobierz pliki rozszerzeń CROCODOOR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CROCODOOR |
ID | idehkiddfjfkhgfegfnefjfoonhkkgai |
Oficjalny URL | https://chromewebstore.google.com/detail/crocodoor/idehkiddfjfkhgfegfnefjfoonhkkgai |
Opis | Speed Dial in the Cloud. Access to your favorite web sites anywhere. |
Rozmiar pliku | 68.27 KB |
Liczba instalacji | 54 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2022-07-24 |
Data Publikacji | 2014-06-18 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | https://www.crocodoor.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.crocodoor.com/ |
Adres URL Strony Pomocy | https://www.crocodoor.com/guide |
Adres URL Strony Polityki Prywatności | https://www.x-more.co.jp/privacy |
Obsługiwane Języki | 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" } |