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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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