m-wiki
Automatically redirects Wikipedia to the mobile version.
ما هو m-wiki؟
m-wiki هو إضافة Chrome تم تطويرها بواسطة Jathu Satkunarajah، والميزة الرئيسية لها هي "Automatically redirects Wikipedia to the mobile version.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة m-wiki
قم بتنزيل ملفات الامتداد m-wiki بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The mobile version of Wikipedia looks beautiful. This extension automatically redirects Wikipedia to the mobile version. It also sets the font to "San Fransisco" for macOS users.
معلومات أساسية عن التمديد
الاسم | m-wiki |
ID | ibnmikddaopgfbbngcgcfmanjfgbcopf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf |
الوصف | Automatically redirects Wikipedia to the mobile version. |
حجم الملف | 994 KB |
عدد التثبيتات | 673 |
النسخة الحالية | 2.1 |
آخر تحديث | 2016-12-22 |
تاريخ النشر | 2016-12-22 |
تقييم | 4.97/5 مجموع تقييمات 29 |
المطور | Jathu Satkunarajah |
نوع الدفع | free |
موقع الإضافة | https://github.com/jathu/m-wiki |
عنوان صفحة المساعدة | https://github.com/jathu/m-wiki |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "m-wiki", "description": "Automatically redirects Wikipedia to the mobile version.", "author": "Jathu Satkunarajah", "version": "2.1", "permissions": [ "http:\/\/*.wikipedia.org\/wiki\/*", "https:\/\/*.wikipedia.org\/wiki\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*.wikipedia.org\/wiki\/*", "https:\/\/*.wikipedia.org\/wiki\/*" ], "css": [ "style.css" ], "js": [ "script.js" ] } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |