Dewey

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

Apa itu Dewey?

Dewey adalah ekstensi Chrome yang dikembangkan oleh https://dewey.to, dan fitur utamanya adalah "The best way to save bookmarks, create collections and share with your friends.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dewey

Unduh file ekstensi Dewey dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
URL Resmi https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
Deskripsi The best way to save bookmarks, create collections and share with your friends.
Ukuran File 601 KB
Jumlah Instalasi 125
Versi Saat Ini 0.3.2
Terakhir Diperbarui 2014-08-11
Tanggal Publikasi 2014-08-11
Penilaian 2.00/5 Total 1 Penilaian
Pengembang https://dewey.to
Tipe Pembayaran free
Situs Ekstensi http://dewey.to
Bahasa yang Didukung 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"
    }
}