xkcdAlt
Read alt text under xkcd comic strips easier. Extension by TPReal
Co to jest xkcdAlt?
xkcdAlt to rozszerzenie Chrome opracowane przez TPReal, a jego główną funkcją jest „Read alt text under xkcd comic strips easier. Extension by TPReal”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia xkcdAlt
Pobierz pliki rozszerzeń xkcdAlt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | xkcdAlt |
ID | enpodcpdpfdedhkgjdhlbjaknfkcelpp |
Oficjalny URL | https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp |
Opis | Read alt text under xkcd comic strips easier. Extension by TPReal |
Rozmiar pliku | 13.73 KB |
Liczba instalacji | 104 |
Aktualna Wersja | 0.8 |
Ostatnia Aktualizacja | 2013-06-15 |
Data Publikacji | 2013-06-15 |
Ocena | 4.09/5 Łącznie 11 Oceny |
Deweloper | TPReal |
Typ Płatności | free |
Strona Rozszerzenia | http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt |
Adres URL Strony Pomocy | http://tpchromeextensions.blogspot.com/ |
Obsługiwane Języki | 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 } |