Sorter Bookmarks

Bookmarks ordener depending the usage rate

What is Sorter Bookmarks?

Sorter Bookmarks is a Chrome extension developed by Marcelo Pasut, and its main feature is "Bookmarks ordener depending the usage rate".

Download Sorter Bookmarks Extension CRX File

Download Sorter Bookmarks 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

                        Bacground bookmark sorter that sort the bookmarks by use rate.

Version 1.0: First production release.
Version 1.0.1: Fix bug first update.
Version 1.0.2: Fig bug when update bookmarks count.                    

Extension Basic Information

Name Sorter Bookmarks Sorter Bookmarks
ID nihcakehgfpbpgjjdbgnnadbchmmfmag
Official URL https://chrome.google.com/webstore/detail/sorter-bookmarks/nihcakehgfpbpgjjdbgnnadbchmmfmag
Description Bookmarks ordener depending the usage rate
File Size 10.66 KB
Installation Count 31
Current Version 1.0.2
Last Updated 2014-11-24
Publish Date 2014-11-24
Rating 1.50/5 Total 2 Ratings
Developer Marcelo Pasut
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sorter Bookmarks",
    "description": "Bookmarks ordener depending the usage rate",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "storage"
    ]
}