Dewey

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

What is Dewey?

Dewey is a Chrome extension developed by https://dewey.to, and its main feature is "The best way to save bookmarks, create collections and share with your friends.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dewey Extension CRX File

Download Dewey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
Official URL https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
Description The best way to save bookmarks, create collections and share with your friends.
File Size 601 KB
Installation Count 125
Current Version 0.3.2
Last Updated 2014-08-11
Publish Date 2014-08-11
Rating 2.00/5 Total 1 Ratings
Developer https://dewey.to
Payment Type free
Extension Website http://dewey.to
Supported Languages 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"
    }
}