Dashboard of Bookmarks

Add a new dashboard of bookmarks and override the Chrome Newtab page.

Apa itu Dashboard of Bookmarks?

Dashboard of Bookmarks adalah ekstensi Chrome yang dikembangkan oleh Encore Shao, dan fitur utamanya adalah "Add a new dashboard of bookmarks and override the Chrome Newtab page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dashboard of Bookmarks

Unduh file ekstensi Dashboard of Bookmarks 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

                        Add a new dashboard for bookmarks and override the Chrome Newtab page.                    

Informasi Dasar Ekstensi

Nama Dashboard of Bookmarks Dashboard of Bookmarks
ID imknfkidkilkomeomcidnnjojiilaofb
URL Resmi https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb
Deskripsi Add a new dashboard of bookmarks and override the Chrome Newtab page.
Ukuran File 7.07 MB
Jumlah Instalasi 102
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2017-11-12
Tanggal Publikasi 2017-11-12
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Encore Shao
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en_US",
    "author": "Encore Shao",
    "short_name": "Bookmarks",
    "name": "Dashboard of Bookmarks",
    "description": "Add a new dashboard of bookmarks and override the Chrome Newtab page.",
    "options_page": "src\/options\/index.html",
    "version": "0.1.5",
    "background": {
        "scripts": [
            "js\/libs.js",
            "js\/bookmark.js",
            "js\/background.js",
            "js\/bg.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "downloads",
        "storage",
        ""
    ]
}