Old Wiki
Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.
Was ist Old Wiki?
Old Wiki ist eine Chrome-Erweiterung, die von adlerzei entwickelt wurde, und ihr Hauptmerkmal ist "Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.".
Erweiterungsscreenshots
Old Wiki-Erweiterungs-CRX-Datei herunterladen
Laden Sie Old Wiki-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
This extension simply changes Wikipedia interface to the beautiful old vector layout by adding "?useskin=vector" to the end of each HTTP request. It is also applied to the other international Wikimedia pages.
Grundlegende Informationen zur Erweiterung
Name | Old Wiki |
ID | cphagceemhgokfclmbnkpfkmchbfnclb |
Offizielle URL | https://chromewebstore.google.com/detail/old-wiki/cphagceemhgokfclmbnkpfkmchbfnclb |
Beschreibung | Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages. |
Dateigröße | 18.56 KB |
Installationsanzahl | 2,646 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2023-02-06 |
Veröffentlichungsdatum | 2023-01-22 |
Bewertung | 4.92/5 Insgesamt 25 Bewertungen |
Entwickler | adlerzei |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/adlerzei/old-wiki |
Hilfeseite URL | https://github.com/adlerzei/old-wiki/issues |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.", "author": "Christian Zei", "manifest_version": 3, "name": "Old Wiki", "short_name": "OldWiki", "homepage_url": "https:\/\/github.com\/adlerzei\/old-wiki#readme", "version": "1.3.0", "icons": { "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "apply_vector_skin", "enabled": true, "path": "rules\/apply.json" }, { "id": "remove_vector_skin", "enabled": false, "path": "rules\/remove.json" } ] }, "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.wikipedia.org\/*", "*:\/\/*.wiktionary.org\/*", "*:\/\/*.wikiquote.org\/*", "*:\/\/*.wikibooks.org\/*", "*:\/\/*.wikisource.org\/*", "*:\/\/species.wikimedia.org\/*", "*:\/\/*.wikinews.org\/*", "*:\/\/*.wikiversity.org\/*", "*:\/\/*.wikivoyage.org\/*", "*:\/\/commons.wikimedia.org\/*", "*:\/\/*.wikidata.org\/*", "*:\/\/*.mediawiki.org\/*", "*:\/\/meta.wikimedia.org\/*", "*:\/\/incubator.wikimedia.org\/*", "*:\/\/wikitech.wikimedia.org\/*" ], "background": { "service_worker": "worker.js" }, "action": { "default_icon": "icons\/logo_32.png", "default_title": "Old Wiki", "default_popup": "popup\/popup.html" } } |