Dashboard of Bookmarks

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

Wat is Dashboard of Bookmarks?

Dashboard of Bookmarks is een Chrome-extensie ontwikkeld door Encore Shao, en de belangrijkste functie is "Add a new dashboard of bookmarks and override the Chrome Newtab page.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dashboard of Bookmarks

Download Dashboard of Bookmarks-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

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

Basisinformatie over de Extensie

Naam Dashboard of Bookmarks Dashboard of Bookmarks
ID imknfkidkilkomeomcidnnjojiilaofb
Officiële URL https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb
Beschrijving Add a new dashboard of bookmarks and override the Chrome Newtab page.
Bestandsgrootte 7.07 MB
Aantal Installaties 102
Huidige Versie 0.1.5
Laatst Bijgewerkt 2017-11-12
Publicatiedatum 2017-11-12
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Encore Shao
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}