Custom Bookmarks
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…
什麼是Custom Bookmarks?
Custom Bookmarks是由evil.bot3000開發的Chrome擴展程式,該擴展的主要功能是“Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…”。
擴展截圖
下載Custom Bookmarks擴展crx文件
下載Custom Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later stage more actions will be added, like delete, drag & drop bookmarks to folders, and more views. 擴展基本資訊
| 名稱 | |
| ID | bkhmiabadbepbmipplmhadmhpobofmgj |
| 官方網址 | https://chromewebstore.google.com/detail/custom-bookmarks/bkhmiabadbepbmipplmhadmhpobofmgj |
| 簡介 | Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later… |
| 檔案大小 | 483 KB |
| 安裝次數 | 126 |
| 目前版本 | 0.1 |
| 更新時間 | 2016-05-25 |
| 上架時間 | 2016-05-13 |
| 評分 | 5.00/5 共 8 次評分 |
| 開發者 | evil.bot3000 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Custom Bookmarks",
"version": "0.1",
"manifest_version": 2,
"icons": {
"128": "build\/icons\/icon128.png"
},
"chrome_url_overrides": {
"bookmarks": "bookmarks.html"
},
"permissions": [
"bookmarks"
],
"background": {
"scripts": [
"build\/background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Custom Bookmarks"
}
} | |