Dashboard of Bookmarks
Add a new dashboard of bookmarks and override the Chrome Newtab page.
什麼是Dashboard of Bookmarks?
Dashboard of Bookmarks是由Encore Shao開發的Chrome擴展程式,該擴展的主要功能是“Add a new dashboard of bookmarks and override the Chrome Newtab page.”。
擴展截圖
下載Dashboard of Bookmarks擴展crx文件
下載Dashboard of Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add a new dashboard for bookmarks and override the Chrome Newtab page.
擴展基本資訊
名稱 | Dashboard of Bookmarks |
ID | imknfkidkilkomeomcidnnjojiilaofb |
官方網址 | https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb |
簡介 | Add a new dashboard of bookmarks and override the Chrome Newtab page. |
檔案大小 | 7.07 MB |
安裝次數 | 102 |
目前版本 | 0.1.5 |
更新時間 | 2017-11-12 |
上架時間 | 2017-11-12 |
評分 | 4.75/5 共 4 次評分 |
開發者 | Encore Shao |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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", " |