OldWikiStyle
Return Wikipedia to the old layout
Wat is OldWikiStyle?
OldWikiStyle is een Chrome-extensie ontwikkeld door doma_itachi, en de belangrijkste functie is "Return Wikipedia to the old layout".
Extensie Screenshots
Download het CRX-bestand van de extensie OldWikiStyle
Download OldWikiStyle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Revert Wikipedia's new layout back to the old layout
Automatically add ?useskin=vector to Wikipedia URLs Basisinformatie over de Extensie
| Naam | |
| ID | gejekhdkoecjahdppiopimcelcmibgan |
| Officiële URL | https://chromewebstore.google.com/detail/oldwikistyle/gejekhdkoecjahdppiopimcelcmibgan |
| Beschrijving | Return Wikipedia to the old layout |
| Bestandsgrootte | 4.03 MB |
| Aantal Installaties | 97 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2022-07-13 |
| Publicatiedatum | 2022-07-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | doma_itachi |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/doma-itachi/OldWikiStyle |
| Help Pagina-URL | https://twitter.com/itachi_yukari |
| Ondersteunde Talen | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OldWikiStyle",
"version": "1.0.0",
"manifest_version": 3,
"description": "__MSG_ext_desc__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "OldWikiStyle",
"default_popup": "popup.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "ruleset.json"
}
]
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*.wikipedia.org\/*"
]
} | |