XKCD Substitutions
Change words to make stories more interesting.
Co to jest XKCD Substitutions?
XKCD Substitutions to rozszerzenie Chrome opracowane przez Jamhead, a jego główną funkcją jest „Change words to make stories more interesting.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia XKCD Substitutions
Pobierz pliki rozszerzeń XKCD Substitutions 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
Based on the xkcd post http://xkcd.com/1288/ This automatically makes stories "more interesting" on any page you load. If you like this extension, you may find my grammer nazi sniper extension interesting! https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lbinmfmfmffgamcaljgbfajbcnokjedd |
Oficjalny URL | https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd |
Opis | Change words to make stories more interesting. |
Rozmiar pliku | 67.69 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2013-11-10 |
Data Publikacji | 2013-11-10 |
Deweloper | Jamhead |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XKCD Substitutions", "short_name": "xkcd subs", "description": "Change words to make stories more interesting.", "version": "1.0.1", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "wordChanger.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |