CROCODOOR

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

What is CROCODOOR?

CROCODOOR is a Chrome extension developed by https://www.crocodoor.com, and its main feature is "Speed Dial in the Cloud. Access to your favorite web sites anywhere.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download CROCODOOR Extension CRX File

Download CROCODOOR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CROCODOOR CROCODOOR
ID idehkiddfjfkhgfegfnefjfoonhkkgai
Official URL https://chromewebstore.google.com/detail/crocodoor/idehkiddfjfkhgfegfnefjfoonhkkgai
Description Speed Dial in the Cloud. Access to your favorite web sites anywhere.
File Size 68.27 KB
Installation Count 54
Current Version 2.0.0
Last Updated 2022-07-24
Publish Date 2014-06-18
Rating 4.50/5 Total 2 Ratings
Developer https://www.crocodoor.com
Email [email protected]
Payment Type free
Extension Website https://www.crocodoor.com/
Help Page URL https://www.crocodoor.com/guide
Privacy Policy Page URL https://www.x-more.co.jp/privacy
Supported Languages 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"
}