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