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 |
| 官方URL | 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"
} | |