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是由James Kwan開發的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…”。
擴展截圖
下載XKCD Alt Text擴展crx文件
下載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 |
官方網址 | 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" } |