Nix Mobile Wiki

m.wiki to normal wiki

ما هو Nix Mobile Wiki؟

Nix Mobile Wiki هو إضافة Chrome تم تطويرها بواسطة https://www.programmerego.com، والميزة الرئيسية لها هي "m.wiki to normal wiki".

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

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

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

                        nix-mobile makes sure that you no longer have to see wikipedia pages in their mobile form as you browse in comfort on your non-mobile device. Since wikipedia does not auto-redirect when a mobile page is linked, this can be a frequent occurrence on link sharing sites such as reddit. 

This app currently only works for Chrome Beta.                    

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

الاسم Nix Mobile Wiki Nix Mobile Wiki
ID lbfgcgbdofagijobdmfipckjmcgiaeeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/nix-mobile-wiki/lbfgcgbdofagijobdmfipckjmcgiaeeg
الوصف m.wiki to normal wiki
حجم الملف 3.82 KB
عدد التثبيتات 36
النسخة الحالية 1.0
آخر تحديث 2013-06-10
تاريخ النشر 2013-06-09
تقييم 3.67/5 مجموع تقييمات 3
المطور https://www.programmerego.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nix Mobile Wiki",
    "version": "1.0",
    "description": "m.wiki to normal wiki",
    "permissions": [
        "declarativeWebRequest",
        ""
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}