Dewey

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

Cos'è Dewey?

Dewey è un'estensione di Chrome sviluppata da https://dewey.to, e la sua funzione principale è "The best way to save bookmarks, create collections and share with your friends.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dewey

Scarica i file di estensione Dewey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
URL Ufficiale https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
Descrizione The best way to save bookmarks, create collections and share with your friends.
Dimensione del File 601 KB
Conteggio Installazioni 125
Versione Corrente 0.3.2
Ultimo Aggiornamento 2014-08-11
Data di Pubblicazione 2014-08-11
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore https://dewey.to
Tipo di Pagamento free
Sito Web dell'Estensione http://dewey.to
Lingue Supportate 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"
    }
}