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…
Was ist XKCD Alt Text?
XKCD Alt Text ist eine Chrome-Erweiterung, die von James Kwan entwickelt wurde, und ihr Hauptmerkmal ist "The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…".
Erweiterungsscreenshots
XKCD Alt Text-Erweiterungs-CRX-Datei herunterladen
Laden Sie XKCD Alt Text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | XKCD Alt Text |
ID | gncnccgkhldnjnmhlmgcghhgbckeobph |
Offizielle URL | https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph |
Beschreibung | The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description… |
Dateigröße | 57.64 KB |
Installationsanzahl | 736 |
Aktuelle Version | 2.8.1 |
Letztes Update | 2014-01-27 |
Veröffentlichungsdatum | 2014-01-26 |
Bewertung | 4.06/5 Insgesamt 17 Bewertungen |
Entwickler | James Kwan |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |