Dewey

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

Vad är Dewey?

Dewey är en Chrome-tillägg utvecklad av https://dewey.to, och dess huvudfunktion är "The best way to save bookmarks, create collections and share with your friends.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Dewey-förlängningens CRX-fil

Ladda ner Dewey-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
Officiell webbadress https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
Beskrivning The best way to save bookmarks, create collections and share with your friends.
Filstorlek 601 KB
Antal Installationer 125
Aktuell Version 0.3.2
Senast Uppdaterad 2014-08-11
Publiceringsdatum 2014-08-11
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare https://dewey.to
Betalningssätt free
Tilläggswebbplats http://dewey.to
Stödda Språk 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"
    }
}