Lazy XKCD
Mouse over text appears under every XKCD comic for easy reading
Cos'è Lazy XKCD?
Lazy XKCD è un'estensione di Chrome sviluppata da eu_old, e la sua funzione principale è "Mouse over text appears under every XKCD comic for easy reading".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lazy XKCD
Scarica i file di estensione Lazy XKCD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A handy extension that swiftly captions the XKCD image mouseover text below the comic for handsfree comic enjoying.
Informazioni di Base sull'Estensione
Nome | |
ID | ecifpjnngkccfkbnmbejlcaiagmiiobe |
URL Ufficiale | https://chrome.google.com/webstore/detail/lazy-xkcd/ecifpjnngkccfkbnmbejlcaiagmiiobe |
Descrizione | Mouse over text appears under every XKCD comic for easy reading |
Dimensione del File | 37.96 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-08-17 |
Data di Pubblicazione | 2014-08-17 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | eu_old |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://evinugur.com |
URL della Pagina di Aiuto | http://github.com/evinugur/LazyXKCD |
Lingue Supportate | 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 } |