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.”。

擴展截圖

screenshot
screenshot

下載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 Bookmark beautifier
ID ahnaocfoepojfegbafgokdjnpnhajjgb
官方網址 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"
    }
}