Lazy XKCD
Mouse over text appears under every XKCD comic for easy reading
什麼是Lazy XKCD?
Lazy XKCD是由eu_old開發的Chrome擴展程式,該擴展的主要功能是“Mouse over text appears under every XKCD comic for easy reading”。
擴展截圖
下載Lazy XKCD擴展crx文件
下載Lazy XKCD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A handy extension that swiftly captions the XKCD image mouseover text below the comic for handsfree comic enjoying.
擴展基本資訊
名稱 | |
ID | ecifpjnngkccfkbnmbejlcaiagmiiobe |
官方網址 | 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 } |