9GAG Counter

Shows the number of viewed entries of a 9GAG session.

什麼是9GAG Counter?

9GAG Counter是由th4t開發的Chrome擴展程式,該擴展的主要功能是“Shows the number of viewed entries of a 9GAG session.”。

擴展截圖

screenshot

下載9GAG Counter擴展crx文件

下載9GAG Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Scrolling... Scrolling...
I wonder how many silly jokes I have viewed by now.
Oh, THAT many.
OK, just 10 more...

Mouse over the icon to see the complete number in a tooltip. The count is truncated to the last two digits and turns red if the number is greater than 99.                    

擴展基本資訊

名稱 9GAG Counter 9GAG Counter
ID neodomdjpkaafjifhombcdnfankpjjol
官方網址 https://chromewebstore.google.com/detail/9gag-counter/neodomdjpkaafjifhombcdnfankpjjol
簡介 Shows the number of viewed entries of a 9GAG session.
檔案大小 44.87 KB
安裝次數 22
目前版本 1.3
更新時間 2013-06-13
上架時間 2013-06-13
評分 5.00/5 共 1 次評分
開發者 th4t
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9GAG Counter",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Shows the number of viewed entries of a 9GAG session.",
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "page_action": {
        "default_icon": "static\/icon19.png",
        "default_title": "0"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/9gag.com\/*"
            ],
            "js": [
                "static\/jquery.js",
                "cntnt.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/9gag.com\/*"
    ]
}