Bookmark beautifier

A browser extension that sorts and organizes bookmarks, also has an edit mode.

What is Bookmark beautifier?

Bookmark beautifier is a Chrome extension developed by Jelly Corp, and its main feature is "A browser extension that sorts and organizes bookmarks, also has an edit mode.".

Extension Screenshots

screenshot
screenshot

Download Bookmark beautifier Extension CRX File

Download Bookmark beautifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Bookmark beautifier Bookmark beautifier
ID ahnaocfoepojfegbafgokdjnpnhajjgb
Official URL https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb
Description A browser extension that sorts and organizes bookmarks, also has an edit mode.
File Size 625 KB
Installation Count 1,218
Current Version 1.0.5.5
Last Updated 2017-06-10
Publish Date 2017-06-10
Rating 3.26/5 Total 19 Ratings
Developer Jelly Corp
Payment Type free
Extension Website https://github.com/koolzz/bookmark-beautifier
Supported Languages 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"
    }
}