xkcdAlt

Read alt text under xkcd comic strips easier. Extension by TPReal

xkcdAltคืออะไร?

xkcdAlt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TPReal และคุณลักษณะหลักของมันคือ "Read alt text under xkcd comic strips easier. Extension by TPReal"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย xkcdAlt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Shows the title text under xkcd comic strips.

The text is visible under the comic strip only when you're holding your mouse over the strip, or when you select the text. This prevents you from accidentally reading the text too early, as in some cases this could be sort of a spoiler for the strip.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ xkcdAlt xkcdAlt
ID enpodcpdpfdedhkgjdhlbjaknfkcelpp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp
คำอธิบาย Read alt text under xkcd comic strips easier. Extension by TPReal
ขนาดไฟล์ 13.73 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2013-06-15
วันที่เผยแพร่ 2013-06-15
คะแนน 4.09/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา TPReal
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt
URL หน้าช่วยเหลือ http://tpchromeextensions.blogspot.com/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "xkcdAlt",
    "description": "Read alt text under xkcd comic strips easier. Extension by TPReal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/xkcd.com\/*",
                "*:\/\/www.xkcd.com\/*"
            ],
            "js": [
                "xkcdAlt.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/xkcd16.png",
        "32": "img\/xkcd32.png",
        "48": "img\/xkcd48.png",
        "128": "img\/xkcd128.png"
    },
    "version": "0.8",
    "manifest_version": 2
}