Sorter Bookmarks

Bookmarks ordener depending the usage rate

什么是Sorter Bookmarks?

Sorter Bookmarks是由Marcelo Pasut开发的Chrome扩展程序,该扩展的主要功能是“Bookmarks ordener depending the usage rate”。

下载Sorter Bookmarks扩展crx文件

下载Sorter Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Sorter Bookmarks Sorter Bookmarks
ID nihcakehgfpbpgjjdbgnnadbchmmfmag
官方URL https://chrome.google.com/webstore/detail/sorter-bookmarks/nihcakehgfpbpgjjdbgnnadbchmmfmag
简介 Bookmarks ordener depending the usage rate
文件大小 10.66 KB
安装次数 31
当前版本 1.0.2
更新时间 2014-11-24
上架时间 2014-11-24
评分 1.50/5 共2次评分
开发者 Marcelo Pasut
付费类型 free
支持的语言 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"
    ]
}