XKCD-alt printer

Displays the ALT-text (and more) from XKCD .

XKCD-alt printerคืออะไร?

XKCD-alt printer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wolfface และคุณลักษณะหลักของมันคือ "Displays the ALT-text (and more) from XKCD ."

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

screenshot
screenshot
screenshot

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

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

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

                        Helps reading xkcd comics and much more.

This extensions intercepts the comics coming from xkcd.com, and presents the web-pages in a slightly more helpful manner:
* Shows the images' alt-text below the image in xkcd.com.
* If the xkcd comic has listed a transcript, the transcript will be formatted and listed below as well.
* For comics in xkcd.com, a link will be shown that takes you to explainxkcd.com - which will help you if the comic has too hard references, mathematics, nerding, etc.
* The alt-text will also be shown for images in what-if.xkcd.com (bonus points if you haven't visited it yet).                    

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

ชื่อ XKCD-alt printer XKCD-alt printer
ID hcgaaclbgbaglppajpcjhjpmpgmpglml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xkcd-alt-printer/hcgaaclbgbaglppajpcjhjpmpgmpglml
คำอธิบาย Displays the ALT-text (and more) from XKCD .
ขนาดไฟล์ 18.21 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-06-22
วันที่เผยแพร่ 2014-03-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา wolfface
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "xkcd-alt.css"
            ],
            "js": [
                "xkcd-alt.js"
            ],
            "matches": [
                "http:\/\/www.xkcd.com\/*",
                "https:\/\/www.xkcd.com\/*",
                "http:\/\/xkcd.com\/*",
                "https:\/\/xkcd.com\/*",
                "http:\/\/www.xkcd.org\/*",
                "https:\/\/www.xkcd.org\/*",
                "http:\/\/xkcd.org\/*",
                "https:\/\/xkcd.org\/*",
                "http:\/\/www.what-if.xkcd.com\/*",
                "https:\/\/www.what-if.xkcd.com\/*",
                "http:\/\/what-if.xkcd.com\/*",
                "https:\/\/what-if.xkcd.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Displays the ALT-text (and more) from XKCD .",
    "icons": {
        "128": "icon-128.png",
        "32": "icon-32.png",
        "64": "icon-64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvuiXI+J\/q8lCTbWFGD0WMNEycPiP+Y4wLd0ZWuOTZ3AJ13tj8P1HEau8v9F8Y\/BIGT7sK8tTWX2qWfW9Ne+auQ0jT\/4bEn2fOANwRr9xjG+LdYfkmSdYoLwfNBc8CkMTtWZVQxICvooOmk9up+8ox+AQVNqOfaTGMTjT0XK3cV02\/7no2UBD12nP9VA\/\/AM3YNGpr98fbfTeEkl3aJpqjWR\/soziXJuAwVF5Mq+wQf9G3aY0kyQR9eX2KxhsbZJzPEm2p\/hibvEYxXtRZWNL+3iWL05qBqli7IEi6cpJpbCI2gwOjNIFI2UpMkCJj3Q5KqXy+zpXxiYS2Fo9XyjMnwIDAQAB",
    "manifest_version": 2,
    "name": "XKCD-alt printer",
    "host_permissions": [
        "http:\/\/xkcd.com\/*",
        "https:\/\/xkcd.com\/*",
        "http:\/\/xkcd.org\/*",
        "https:\/\/xkcd.org\/*",
        "tabs"
    ],
    "short_name": "XKCD-alt printer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}