Old Wiki
Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.
Qu'est-ce que Old Wiki ?
Old Wiki est une extension Chrome développée par adlerzei, et sa fonction principale est "Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Old Wiki
Téléchargez les fichiers d'extension Old Wiki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Old Wiki |
ID | cphagceemhgokfclmbnkpfkmchbfnclb |
URL Officiel | https://chromewebstore.google.com/detail/old-wiki/cphagceemhgokfclmbnkpfkmchbfnclb |
Description | Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages. |
Taille du Fichier | 18.56 KB |
Nombre d'Installations | 2,646 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2023-02-06 |
Date de Publication | 2023-01-22 |
Évaluation | 4.92/5 Total 25 Évaluations |
Développeur | adlerzei |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/adlerzei/old-wiki |
URL de la Page d'Aide | https://github.com/adlerzei/old-wiki/issues |
Langues Prises en Charge | 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" } } |