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" } } |