Smart Bookmark Manager
A better look at your browsers Bookmarks with advance searching and the most useful filters
什麼是Smart Bookmark Manager?
Smart Bookmark Manager是由https://chromio.net開發的Chrome擴展程式,該擴展的主要功能是“A better look at your browsers Bookmarks with advance searching and the most useful filters”。
擴展截圖
下載Smart Bookmark Manager擴展crx文件
下載Smart Bookmark Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With Smart Bookmark Manager you can
- Short bookmarks by date and name
- Custom Bookmark search
- Arrange Bookmarks in Grid and list style
- Select multiple bookmarks with mouse cursor
- Open single or multi bookmarks in new tab, new windows or private window
- Import and export bookmarks
- edit, move, delete and copy bookmark’s URL
Upcoming features
- Display web shots in Grid style
- Display search suggestions
Please give suggestion in support so we improve this extension - Thanks 擴展基本資訊
| 名稱 | |
| ID | nfobeapoafofgmfaggcajmnfdjemfpno |
| 官方網址 | https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno |
| 簡介 | A better look at your browsers Bookmarks with advance searching and the most useful filters |
| 檔案大小 | 91.59 KB |
| 安裝次數 | 1,629 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2019-11-24 |
| 上架時間 | 2019-11-19 |
| 評分 | 4.32/5 共 25 次評分 |
| 開發者 | https://chromio.net |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.0.0",
"description": "__MSG_extDescription__",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon-popup.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"chrome_url_overrides": {
"bookmarks": "bookmarks.html"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
]
} | |