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 |
官方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 } |