xkcd Substitutions Plus
Substitutions that make reading the news more fun.
Co to jest xkcd Substitutions Plus?
xkcd Substitutions Plus to rozszerzenie Chrome opracowane przez Ido, a jego główną funkcją jest „Substitutions that make reading the news more fun.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia xkcd Substitutions Plus
Pobierz pliki rozszerzeń xkcd Substitutions Plus 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
- 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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oppfdcfjocbkhcakmfhenlgimjmoohid |
| Oficjalny URL | https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid |
| Opis | Substitutions that make reading the news more fun. |
| Rozmiar pliku | 31.76 KB |
| Liczba instalacji | 92 |
| Aktualna Wersja | 3.0 |
| Ostatnia Aktualizacja | 2019-06-30 |
| Data Publikacji | 2019-06-30 |
| Ocena | 5.00/5 Łącznie 7 Oceny |
| Deweloper | Ido |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://app.loadmill.com/assets/privacy-policy.pdf |
| Obsługiwane Języki | 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"
}
}
} | |