Dashboard of Bookmarks
Add a new dashboard of bookmarks and override the Chrome Newtab page.
Hvad er Dashboard of Bookmarks?
Dashboard of Bookmarks er en Chrome-udvidelse udviklet af Encore Shao, og dens hovedfunktion er "Add a new dashboard of bookmarks and override the Chrome Newtab page.".
Udvidelsesskærmbilleder
Download Dashboard of Bookmarks-udvidelses-CRX-fil
Download Dashboard of Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Add a new dashboard for bookmarks and override the Chrome Newtab page.
Grundlæggende oplysninger om udvidelsen
Navn | Dashboard of Bookmarks |
ID | imknfkidkilkomeomcidnnjojiilaofb |
Officiel URL | https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb |
Beskrivelse | Add a new dashboard of bookmarks and override the Chrome Newtab page. |
Filstørrelse | 7.07 MB |
Antal Installationer | 102 |
Nuværende Version | 0.1.5 |
Senest Opdateret | 2017-11-12 |
Udgivelsesdato | 2017-11-12 |
Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
Udvikler | Encore Shao |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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", " |