Dewey

The best way to save bookmarks, create collections and share with your friends.

ما هو Dewey؟

Dewey هو إضافة Chrome تم تطويرها بواسطة https://dewey.to، والميزة الرئيسية لها هي "The best way to save bookmarks, create collections and share with your friends.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dewey

قم بتنزيل ملفات الامتداد Dewey بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The best way to save bookmarks, create collections and share with groups.                    

معلومات أساسية عن التمديد

الاسم Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
الوصف The best way to save bookmarks, create collections and share with your friends.
حجم الملف 601 KB
عدد التثبيتات 125
النسخة الحالية 0.3.2
آخر تحديث 2014-08-11
تاريخ النشر 2014-08-11
تقييم 2.00/5 مجموع تقييمات 1
المطور https://dewey.to
نوع الدفع free
موقع الإضافة http://dewey.to
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dewey",
    "description": "The best way to save bookmarks, create collections and share with your friends.",
    "version": "0.3.2",
    "omnibox": {
        "keyword": "dewey"
    },
    "icons": {
        "128": "dewey-icon-lg.png",
        "16": "dewey-icon-omni.png"
    },
    "permissions": [
        "",
        "tabs",
        "bookmarks"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dewey.to\/*",
                "http:\/\/dewey.to\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "check-dewey-browser-extension.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.pubnub.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "dewey-sm.png",
        "default_popup": "index.html"
    }
}