CROCODOOR

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

CROCODOOR là gì?

CROCODOOR là một tiện ích mở rộng Chrome được phát triển bởi https://www.crocodoor.com, và tính năng chính của nó là "Speed Dial in the Cloud. Access to your favorite web sites anywhere.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CROCODOOR

Tải xuống các tệp mở rộng CROCODOOR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CROCODOOR CROCODOOR
ID idehkiddfjfkhgfegfnefjfoonhkkgai
URL Chính Thức https://chromewebstore.google.com/detail/crocodoor/idehkiddfjfkhgfegfnefjfoonhkkgai
Mô tả Speed Dial in the Cloud. Access to your favorite web sites anywhere.
Kích Thước Tệp 68.27 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-07-24
Ngày Phát Hành 2014-06-18
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.crocodoor.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.crocodoor.com/
URL Trang Trợ Giúp https://www.crocodoor.com/guide
URL Trang Chính Sách Bảo Mật https://www.x-more.co.jp/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}