Dewey

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

Dewey क्या है?

Dewey https://dewey.to द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best way to save bookmarks, create collections and share with your friends."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dewey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}