XKCD Alt Text
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
Qu'est-ce que XKCD Alt Text ?
XKCD Alt Text est une extension Chrome développée par James Kwan, et sa fonction principale est "The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension XKCD Alt Text
Téléchargez les fichiers d'extension XKCD Alt Text 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
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description beneath the comic, so that you don't have to try and read the tiny hover text before it fades away. It can also move the header below the comic, to increase visibility. This feature can easily be disabled. Update 2.8.1: Works over HTTPS
Informations de Base sur l'Extension
Nom | XKCD Alt Text |
ID | gncnccgkhldnjnmhlmgcghhgbckeobph |
URL Officiel | https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph |
Description | The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description… |
Taille du Fichier | 57.64 KB |
Nombre d'Installations | 736 |
Version Actuelle | 2.8.1 |
Dernière Mise à Jour | 2014-01-27 |
Date de Publication | 2014-01-26 |
Évaluation | 4.06/5 Total 17 Évaluations |
Développeur | James Kwan |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "xkcdalt.js" ], "matches": [ "*:\/\/xkcd.com\/*", "*:\/\/xkcd.org\/*", "*:\/\/xkcd.net\/*", "*:\/\/www.xkcd.com\/*", "*:\/\/www.xkcd.org\/*", "*:\/\/www.xkcd.net\/*" ], "run_at": "document_end" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "XKCD Alt Text", "version": "2.8.1" } |