Dashboard of Bookmarks

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

Qu'est-ce que Dashboard of Bookmarks ?

Dashboard of Bookmarks est une extension Chrome développée par Encore Shao, et sa fonction principale est "Add a new dashboard of bookmarks and override the Chrome Newtab page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dashboard of Bookmarks

Téléchargez les fichiers d'extension Dashboard of Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dashboard of Bookmarks Dashboard of Bookmarks
ID imknfkidkilkomeomcidnnjojiilaofb
URL Officiel https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb
Description Add a new dashboard of bookmarks and override the Chrome Newtab page.
Taille du Fichier 7.07 MB
Nombre d'Installations 102
Version Actuelle 0.1.5
Dernière Mise à Jour 2017-11-12
Date de Publication 2017-11-12
Évaluation 4.75/5 Total 4 Évaluations
Développeur Encore Shao
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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",
        ""
    ]
}