XKCD substitutions
Making the web a stranger better place.
Was ist XKCD substitutions?
XKCD substitutions ist eine Chrome-Erweiterung, die von alec.posney entwickelt wurde, und ihr Hauptmerkmal ist "Making the web a stranger better place.".
Erweiterungsscreenshots
XKCD substitutions-Erweiterungs-CRX-Datei herunterladen
Laden Sie XKCD substitutions-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
Is the news getting you down? Well about to be cheered up with substitutions that make reading the news more fun. see http://xkcd.com/1288, https://xkcd.com/1625/ Now with custom substitutions! Simply right click the extension icon and click options to add your own. some other xkcd jokes have made it into the newest version. https://xkcd.com/1004/ https://xkcd.com/1418/ https://xkcd.com/1031/ https://xkcd.com/1625/ all credit to xkcd also checkout s/keyboard/leopard, which inspired this extension. http://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe source: https://github.com/Posnet/xkcd-substitutions
Grundlegende Informationen zur Erweiterung
Name | XKCD substitutions |
ID | jkgogmboalmaijfgfhfepckdgjeopfhk |
Offizielle URL | https://chromewebstore.google.com/detail/xkcd-substitutions/jkgogmboalmaijfgfhfepckdgjeopfhk |
Beschreibung | Making the web a stranger better place. |
Dateigröße | 432 KB |
Installationsanzahl | 8,032 |
Aktuelle Version | 1.4.1 |
Letztes Update | 2016-03-13 |
Veröffentlichungsdatum | 2016-03-13 |
Bewertung | 4.54/5 Insgesamt 301 Bewertungen |
Entwickler | alec.posney |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XKCD substitutions", "description": "Making the web a stranger better place.", "version": "1.4.1", "options_page": "html\/config.html", "browser_action": { "default_icon": { "19": "images\/enabled.png" }, "default_title": "click to disable xkcd substitutions" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "images\/icon128.png" } } |