OldWikiStyle
Return Wikipedia to the old layout
ما هو OldWikiStyle؟
OldWikiStyle هو إضافة Chrome تم تطويرها بواسطة doma_itachi، والميزة الرئيسية لها هي "Return Wikipedia to the old layout".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OldWikiStyle
قم بتنزيل ملفات الامتداد OldWikiStyle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Revert Wikipedia's new layout back to the old layout
Automatically add ?useskin=vector to Wikipedia URLs معلومات أساسية عن التمديد
| الاسم | |
| ID | gejekhdkoecjahdppiopimcelcmibgan |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/oldwikistyle/gejekhdkoecjahdppiopimcelcmibgan |
| الوصف | Return Wikipedia to the old layout |
| حجم الملف | 4.03 MB |
| عدد التثبيتات | 97 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2022-07-13 |
| تاريخ النشر | 2022-07-12 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | doma_itachi |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/doma-itachi/OldWikiStyle |
| عنوان صفحة المساعدة | https://twitter.com/itachi_yukari |
| اللغات المدعومة | 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\/*"
]
} | |