xkcdAlt
Read alt text under xkcd comic strips easier. Extension by TPReal
Co je xkcdAlt?
xkcdAlt je rozšíření Chrome vyvinuté TPReal, a jeho hlavní funkcí je „Read alt text under xkcd comic strips easier. Extension by TPReal“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření xkcdAlt
Stáhněte si soubory rozšíření xkcdAlt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Shows the title text under xkcd comic strips. The text is visible under the comic strip only when you're holding your mouse over the strip, or when you select the text. This prevents you from accidentally reading the text too early, as in some cases this could be sort of a spoiler for the strip.
Základní Informace o Rozšíření
Název | xkcdAlt |
ID | enpodcpdpfdedhkgjdhlbjaknfkcelpp |
Oficiální URL | https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp |
Popis | Read alt text under xkcd comic strips easier. Extension by TPReal |
Velikost souboru | 13.73 KB |
Počet instalací | 104 |
Aktuální Verze | 0.8 |
Poslední Aktualizace | 2013-06-15 |
Datum Vydání | 2013-06-15 |
Hodnocení | 4.09/5 Celkem 11 Hodnocení |
Vývojář | TPReal |
Typ Platby | free |
Webové stránky Rozšíření | http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt |
URL Stránky Nápovědy | http://tpchromeextensions.blogspot.com/ |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "xkcdAlt", "description": "Read alt text under xkcd comic strips easier. Extension by TPReal", "content_scripts": [ { "matches": [ "*:\/\/xkcd.com\/*", "*:\/\/www.xkcd.com\/*" ], "js": [ "xkcdAlt.js" ] } ], "icons": { "16": "img\/xkcd16.png", "32": "img\/xkcd32.png", "48": "img\/xkcd48.png", "128": "img\/xkcd128.png" }, "version": "0.8", "manifest_version": 2 } |