Ü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
官方網址 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"
    ]
}