CROCODOOR

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

什麼是CROCODOOR?

CROCODOOR是由https://www.crocodoor.com開發的Chrome擴展程式,該擴展的主要功能是“Speed Dial in the Cloud. Access to your favorite web sites anywhere.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載CROCODOOR擴展crx文件

下載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
官方網址 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"
}