Bookmark tags
Adds tags to bookmarks. Improves search and more.
什麼是Bookmark tags?
Bookmark tags是由OneMoreGres開發的Chrome擴展程式,該擴展的主要功能是“Adds tags to bookmarks. Improves search and more.”。
擴展截圖
下載Bookmark tags擴展crx文件
下載Bookmark tags擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension provides some additional functionality compared to default bookmark manager.
This extension allows you to do following things:
* add tags for any bookmark
* search bookmarks by tag, folder or title/url words
* bulk bookmark operations (open bookmarks, move them to folder, add or remove tag)
* find potential duplicate bookmarks
* show all used tags
Unlike many other extensions, this one uses default browser's bookmarks storage and handles tags as part of a title.
So it is possible to add some tags when creating new bookmark by just writing several #tags to its title. 擴展基本資訊
| 名稱 | |
| ID | edpeidcfjfmepdgdjnodefckgdjbigem |
| 官方網址 | https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem |
| 簡介 | Adds tags to bookmarks. Improves search and more. |
| 檔案大小 | 18.73 KB |
| 安裝次數 | 2,697 |
| 目前版本 | 0.8.1 |
| 更新時間 | 2021-11-08 |
| 上架時間 | 2020-05-15 |
| 評分 | 4.77/5 共 39 次評分 |
| 開發者 | OneMoreGres |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_pluginName__",
"description": "__MSG_pluginDescription__",
"icons": {
"16": "icon.png",
"32": "icon32.png",
"128": "icon128.png"
},
"default_locale": "en",
"manifest_version": 2,
"browser_action": {
"default_icon": "icon.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+S"
}
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"bookmarks",
"storage",
"chrome:\/\/favicon\/"
],
"version": "0.8.1"
} | |