Dashboard of Bookmarks

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

Vad är Dashboard of Bookmarks?

Dashboard of Bookmarks är en Chrome-tillägg utvecklad av Encore Shao, och dess huvudfunktion är "Add a new dashboard of bookmarks and override the Chrome Newtab page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Dashboard of Bookmarks-förlängningens CRX-fil

Ladda ner Dashboard of Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Dashboard of Bookmarks Dashboard of Bookmarks
ID imknfkidkilkomeomcidnnjojiilaofb
Officiell webbadress https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb
Beskrivning Add a new dashboard of bookmarks and override the Chrome Newtab page.
Filstorlek 7.07 MB
Antal Installationer 102
Aktuell Version 0.1.5
Senast Uppdaterad 2017-11-12
Publiceringsdatum 2017-11-12
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Encore Shao
E-post [email protected]
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}