Dewey

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

Co je Dewey?

Dewey je rozšíření Chrome vyvinuté https://dewey.to, a jeho hlavní funkcí je „The best way to save bookmarks, create collections and share with your friends.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Dewey

Stáhněte si soubory rozšíření Dewey ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
Oficiální URL https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
Popis The best way to save bookmarks, create collections and share with your friends.
Velikost souboru 601 KB
Počet instalací 125
Aktuální Verze 0.3.2
Poslední Aktualizace 2014-08-11
Datum Vydání 2014-08-11
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář https://dewey.to
Typ Platby free
Webové stránky Rozšíření http://dewey.to
Podporované Jazyky 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"
    }
}