Bookmark beautifier
A browser extension that sorts and organizes bookmarks, also has an edit mode.
什么是Bookmark beautifier?
Bookmark beautifier是由Jelly Corp开发的Chrome扩展程序,该扩展的主要功能是“A browser extension that sorts and organizes bookmarks, also has an edit mode.”。
扩展截图
下载Bookmark beautifier扩展crx文件
下载Bookmark beautifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome browser extension for sorting and organizing bookmarks. Simplifies the bookmark managing process by providing functions such as sorting, grouping similar links into folders and shortening obscure titles. USAGE: • Sorting • Grouping by domain • Shortening bookmark titles • Simply click two times to open the link • Manage you bookmarks with an easy to use interface -Drag and drop links to reorganize -Double click to edit link -Hold Ctrl and click to select multiple links PERMISSIONS: Bookmarks - for extension functionality. That's it, nothing else
扩展基本信息
名称 | Bookmark beautifier |
ID | ahnaocfoepojfegbafgokdjnpnhajjgb |
官方URL | https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb |
简介 | A browser extension that sorts and organizes bookmarks, also has an edit mode. |
文件大小 | 625 KB |
安装次数 | 1,218 |
当前版本 | 1.0.5.5 |
更新时间 | 2017-06-10 |
上架时间 | 2017-06-10 |
评分 | 3.26/5 共19次评分 |
开发者 | Jelly Corp |
付费类型 | free |
扩展官网 | https://github.com/koolzz/bookmark-beautifier |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark beautifier", "short_name": "Bbeautifier", "version": "1.0.5.5", "description": "A browser extension that sorts and organizes bookmarks, also has an edit mode.", "permissions": [ "bookmarks" ], "icons": { "128": "icon_128.png", "64": "icon_64.png", "16": "icon_16.png" }, "browser_action": { "default_title": "Bookmark beautifier", "default_icon": "icon_128.png", "default_popup": "popup.html" } } |