Wiki Redirect

Language and mobile to desktop redirection on Wikipedia pages.

ما هو Wiki Redirect؟

Wiki Redirect هو إضافة Chrome تم تطويرها بواسطة Memento SRLS، والميزة الرئيسية لها هي "Language and mobile to desktop redirection on Wikipedia pages.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wiki Redirect

قم بتنزيل ملفات الامتداد Wiki Redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension enables automatic language redirection on Wikipedia pages. 
When you open a Wikipedia page in a different language, it will try to open the same article on the choosen language.
You can choose the redirection language from a list of Wikipedia supported languages.

It's also possibile to automatically convert links from the mobile version to the desktop version.

Extension developed by Memento SRLS
https://play.google.com/store/apps/developer?id=Memento+SRLS                    

معلومات أساسية عن التمديد

الاسم Wiki Redirect Wiki Redirect
ID oenahiaeppiepibbmfpadomieekgbmbb
عنوان URL الرسمي https://chromewebstore.google.com/detail/wiki-redirect/oenahiaeppiepibbmfpadomieekgbmbb
الوصف Language and mobile to desktop redirection on Wikipedia pages.
حجم الملف 50.83 KB
عدد التثبيتات 393
النسخة الحالية 1.1
آخر تحديث 2014-09-30
تاريخ النشر 2014-09-30
تقييم 4.57/5 مجموع تقييمات 7
المطور Memento SRLS
نوع الدفع free
موقع الإضافة https://play.google.com/store/apps/developer?id=Memento+SRLS
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_name": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.wikipedia.org\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}