Wiki Redirect

Language and mobile to desktop redirection on Wikipedia pages.

Wiki Redirect क्या है?

Wiki Redirect Memento SRLS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Language and mobile to desktop redirection on Wikipedia pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wiki Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}