Lazy XKCD
Mouse over text appears under every XKCD comic for easy reading
Qu'est-ce que Lazy XKCD ?
Lazy XKCD est une extension Chrome développée par eu_old, et sa fonction principale est "Mouse over text appears under every XKCD comic for easy reading".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lazy XKCD
Téléchargez les fichiers d'extension Lazy XKCD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A handy extension that swiftly captions the XKCD image mouseover text below the comic for handsfree comic enjoying.
Informations de Base sur l'Extension
Nom | |
ID | ecifpjnngkccfkbnmbejlcaiagmiiobe |
URL Officiel | https://chrome.google.com/webstore/detail/lazy-xkcd/ecifpjnngkccfkbnmbejlcaiagmiiobe |
Description | Mouse over text appears under every XKCD comic for easy reading |
Taille du Fichier | 37.96 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-08-17 |
Date de Publication | 2014-08-17 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | eu_old |
Type de Paiement | free |
Site Web de l'Extension | http://evinugur.com |
URL de la Page d'Aide | http://github.com/evinugur/LazyXKCD |
Langues Prises en Charge | 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 } |