9GAG Counter

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

9GAG Counterคืออะไร?

9GAG Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย th4t และคุณลักษณะหลักของมันคือ "Shows the number of viewed entries of a 9GAG session."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 9GAG Counter

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}