OldWikiStyle
Return Wikipedia to the old layout
What is OldWikiStyle?
OldWikiStyle is a Chrome extension developed by doma_itachi, and its main feature is "Return Wikipedia to the old layout".
Extension Screenshots
Download OldWikiStyle Extension CRX File
Download OldWikiStyle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Revert Wikipedia's new layout back to the old layout Automatically add ?useskin=vector to Wikipedia URLs
Extension Basic Information
Name | OldWikiStyle |
ID | gejekhdkoecjahdppiopimcelcmibgan |
Official URL | https://chromewebstore.google.com/detail/oldwikistyle/gejekhdkoecjahdppiopimcelcmibgan |
Description | Return Wikipedia to the old layout |
File Size | 4.03 MB |
Installation Count | 97 |
Current Version | 1.0.0 |
Last Updated | 2022-07-13 |
Publish Date | 2022-07-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | doma_itachi |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/doma-itachi/OldWikiStyle |
Help Page URL | https://twitter.com/itachi_yukari |
Supported Languages | 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\/*" ] } |