Über simple bookmark count

Shows an icon with the bookmark count.

Über simple bookmark countとは何ですか?

Über simple bookmark countはEduardo Noedaによって開発されたChromeの拡張機能で、その主な機能は「Shows an icon with the bookmark count.」です。

拡張機能のスクリーンショット

screenshot

Über simple bookmark count拡張機能のCRXファイルをダウンロード

Über simple bookmark count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shows an icon with the bookmark count. Updates this counting when you click the icon.

Version History
v1.2 (17 Feb 2014)
- Shows the bookmark count in the tooltip.
- If there are more than 10,000 bookmarks, it show the count in the format 10k0 (but you can see the exact number in the tooltip).

v1.0 (Jun 2012)
- Initial version                    

拡張機能の基本情報

名前 Über simple bookmark count Über simple bookmark count
ID mogbbilahcoegijagmcmleheifpijffa
公式URL https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa
説明 Shows an icon with the bookmark count.
ファイルサイズ 73.08 KB
インストール数 3,022
現在のバージョン 1.2
最終更新日 2014-02-17
公開日 2014-02-17
評価 4.61/5 合計 33 レビュー
開発者 Eduardo Noeda
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u00dcber simple bookmark count",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Shows an icon with the bookmark count.",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Click to count your bookmarks"
    },
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "bmcount.js"
        ]
    },
    "permissions": [
        "bookmarks"
    ]
}