Lazy XKCD

Mouse over text appears under every XKCD comic for easy reading

Lazy XKCDคืออะไร?

Lazy XKCD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eu_old และคุณลักษณะหลักของมันคือ "Mouse over text appears under every XKCD comic for easy reading"

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

screenshot

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

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

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

                        A handy extension that swiftly captions the XKCD image mouseover text below the comic for handsfree comic enjoying.                    

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

ชื่อ Lazy XKCD Lazy XKCD
ID ecifpjnngkccfkbnmbejlcaiagmiiobe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lazy-xkcd/ecifpjnngkccfkbnmbejlcaiagmiiobe
คำอธิบาย Mouse over text appears under every XKCD comic for easy reading
ขนาดไฟล์ 37.96 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-08-17
วันที่เผยแพร่ 2014-08-17
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา eu_old
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://evinugur.com
URL หน้าช่วยเหลือ http://github.com/evinugur/LazyXKCD
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lazy XKCD",
    "description": "Mouse over text appears under every XKCD comic for easy reading",
    "version": "1.2",
    "author": "Evin Ugur (http:\/\/github.com\/evinugur)",
    "permissions": [
        "http:\/\/xkcd.com\/*",
        "https:\/\/xkcd.com\/*"
    ],
    "web_accessible_resources": [
        "XKCD.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.xkcd.com\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}