Lazy XKCD
Mouse over text appears under every XKCD comic for easy reading
Vad är Lazy XKCD?
Lazy XKCD är en Chrome-tillägg utvecklad av eu_old, och dess huvudfunktion är "Mouse over text appears under every XKCD comic for easy reading".
Tilläggsskärmbilder
Ladda ner Lazy XKCD-förlängningens CRX-fil
Ladda ner Lazy XKCD-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A handy extension that swiftly captions the XKCD image mouseover text below the comic for handsfree comic enjoying.
Grundläggande Information om Tillägg
Namn | |
ID | ecifpjnngkccfkbnmbejlcaiagmiiobe |
Officiell webbadress | https://chrome.google.com/webstore/detail/lazy-xkcd/ecifpjnngkccfkbnmbejlcaiagmiiobe |
Beskrivning | Mouse over text appears under every XKCD comic for easy reading |
Filstorlek | 37.96 KB |
Antal Installationer | 14 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2014-08-17 |
Publiceringsdatum | 2014-08-17 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | eu_old |
Betalningssätt | free |
Tilläggswebbplats | http://evinugur.com |
Hjälpsida URL | http://github.com/evinugur/LazyXKCD |
Stödda Språk | 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 } |