Dewey

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

Wat is Dewey?

Dewey is een Chrome-extensie ontwikkeld door https://dewey.to, en de belangrijkste functie is "The best way to save bookmarks, create collections and share with your friends.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dewey

Download Dewey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
Officiële URL https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
Beschrijving The best way to save bookmarks, create collections and share with your friends.
Bestandsgrootte 601 KB
Aantal Installaties 125
Huidige Versie 0.3.2
Laatst Bijgewerkt 2014-08-11
Publicatiedatum 2014-08-11
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://dewey.to
Betalingswijze free
Extensiewebsite http://dewey.to
Ondersteunde Talen 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"
    }
}