XKCD Alt Text
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
XKCD Alt Textคืออะไร?
XKCD Alt Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Kwan และคุณลักษณะหลักของมันคือ "The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XKCD Alt Text
ดาวน์โหลดไฟล์ส่วนขยาย XKCD Alt Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description beneath the comic, so that you don't have to try and read the tiny hover text before it fades away. It can also move the header below the comic, to increase visibility. This feature can easily be disabled. Update 2.8.1: Works over HTTPS
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | XKCD Alt Text |
ID | gncnccgkhldnjnmhlmgcghhgbckeobph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph |
คำอธิบาย | The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description… |
ขนาดไฟล์ | 57.64 KB |
จำนวนการติดตั้ง | 736 |
เวอร์ชันปัจจุบัน | 2.8.1 |
อัปเดตครั้งล่าสุด | 2014-01-27 |
วันที่เผยแพร่ | 2014-01-26 |
คะแนน | 4.06/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | James Kwan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "xkcdalt.js" ], "matches": [ "*:\/\/xkcd.com\/*", "*:\/\/xkcd.org\/*", "*:\/\/xkcd.net\/*", "*:\/\/www.xkcd.com\/*", "*:\/\/www.xkcd.org\/*", "*:\/\/www.xkcd.net\/*" ], "run_at": "document_end" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "XKCD Alt Text", "version": "2.8.1" } |