Better Bookmarks
Display and navigate your bookmarks on the new tab page!
什麼是Better Bookmarks?
Better Bookmarks是由the.toyoun開發的Chrome擴展程式,該擴展的主要功能是“Display and navigate your bookmarks on the new tab page!”。
擴展截圖
下載Better Bookmarks擴展crx文件
下載Better Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With Better Bookmarks, you'll never need to navigate through the bookmark manager again. Included Features: - Organize your bookmarks on the new tab page however you want! Simply Click and Drag folder names and Chrome will remember where they were placed every revisit to the new tab page. Upcoming Features: - Add, remove, or edit bookmarks dynamically on the new tab page display! - Assign hotkeys to bookmarks or bookmark folders to open bookmark(s) in your current window. - Adjust the size of bookmark folders through a simple click and drag. Source code for Better Bookmarks can be found here: https://github.com/toyoun/betterbookmarks Thanks for using Better Bookmarks!
擴展基本資訊
名稱 | Better Bookmarks |
ID | nflabppedilakkgjdnfmiihhcaeomdjf |
官方網址 | https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf |
簡介 | Display and navigate your bookmarks on the new tab page! |
檔案大小 | 196 KB |
安裝次數 | 70 |
目前版本 | 0.0.1 |
更新時間 | 2019-04-17 |
上架時間 | 2019-04-16 |
開發者 | the.toyoun |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Bookmarks", "version": "0.0.1", "description": "Display and navigate your bookmarks on the new tab page!", "icons": { "128": "favicon.png" }, "browser_action": { "default_title": "Better Bookmarks" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "bookmarks", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |