Old Wiki
Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.
ما هو Old Wiki؟
Old Wiki هو إضافة Chrome تم تطويرها بواسطة adlerzei، والميزة الرئيسية لها هي "Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Old Wiki
قم بتنزيل ملفات الامتداد Old Wiki بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Old Wiki |
ID | cphagceemhgokfclmbnkpfkmchbfnclb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/old-wiki/cphagceemhgokfclmbnkpfkmchbfnclb |
الوصف | Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages. |
حجم الملف | 18.56 KB |
عدد التثبيتات | 2,646 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2023-02-06 |
تاريخ النشر | 2023-01-22 |
تقييم | 4.92/5 مجموع تقييمات 25 |
المطور | adlerzei |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/adlerzei/old-wiki |
عنوان صفحة المساعدة | https://github.com/adlerzei/old-wiki/issues |
اللغات المدعومة | 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" } } |