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"
}