CROCODOOR

Speed Dial in the Cloud. Access to your favorite web sites anywhere.

Что такое CROCODOOR?

CROCODOOR - это расширение Chrome, разработанное https://www.crocodoor.com, и его основная функция - "Speed Dial in the Cloud. Access to your favorite web sites anywhere.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения CROCODOOR

Скачайте файлы расширений CROCODOOR в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название CROCODOOR CROCODOOR
ID idehkiddfjfkhgfegfnefjfoonhkkgai
Официальный URL https://chromewebstore.google.com/detail/crocodoor/idehkiddfjfkhgfegfnefjfoonhkkgai
Описание Speed Dial in the Cloud. Access to your favorite web sites anywhere.
Размер файла 68.27 KB
Количество установок 54
Текущая Версия 2.0.0
Последнее Обновление 2022-07-24
Дата публикации 2014-06-18
Рейтинг 4.50/5 Всего 2 оценок
Разработчик https://www.crocodoor.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.crocodoor.com/
URL страницы помощи https://www.crocodoor.com/guide
URL страницы политики конфиденциальности https://www.x-more.co.jp/privacy
Поддерживаемые языки 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"
}