xkcd Substitutions Plus
Substitutions that make reading the news more fun.
Was ist xkcd Substitutions Plus?
xkcd Substitutions Plus ist eine Chrome-Erweiterung, die von Ido entwickelt wurde, und ihr Hauptmerkmal ist "Substitutions that make reading the news more fun.".
Erweiterungsscreenshots
xkcd Substitutions Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie xkcd Substitutions Plus-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
- Add your own substitutions! (Options page)
- Switch the extension on/off
version 3.0
- Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution.
version 2.7
- Some bugs fixed (on/off not saved).
- Fixed performance issue.
You are welcome to contact me with bug reports and new feature requests!
Credit to xkcd.com/1288 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oppfdcfjocbkhcakmfhenlgimjmoohid |
| Offizielle URL | https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid |
| Beschreibung | Substitutions that make reading the news more fun. |
| Dateigröße | 31.76 KB |
| Installationsanzahl | 92 |
| Aktuelle Version | 3.0 |
| Letztes Update | 2019-06-30 |
| Veröffentlichungsdatum | 2019-06-30 |
| Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
| Entwickler | Ido |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://app.loadmill.com/assets/privacy-policy.pdf |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "xkcd Substitutions Plus",
"description": "Substitutions that make reading the news more fun.",
"version": "3.0",
"icons": {
"16": "images\/black_hat16.png",
"48": "images\/black_hat48.png",
"128": "images\/black_hat128.png"
},
"permissions": [
"activeTab",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"options_page": "html\/options.html",
"browser_action": {
"default_title": "xkcd: Substitutions+",
"default_icon": {
"19": "images\/black_hat19.png",
"38": "images\/black_hat38.png"
}
}
} | |