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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.crocodoor.com/guide
عنوان صفحة سياسة الخصوصية 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"
}