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
公式URL 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\/*"
    ]
}