Wiki Smart

A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.

Wiki Smart क्या है?

Wiki Smart https://rark.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple, quick and user friendly extension to enhance your experience on Wikipedia websites."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Wiki Smart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A simple, quick and user friendly extension to enhance your experience on Wikipedia articles. It saves your data usage and gives you articles' short snippets without diverting you from the current article. Just hover your mouse on links that you see in the articles.                    

एक्सटेंशन की मूल जानकारी

नाम Wiki Smart Wiki Smart
ID dknkepbldbfefkfockeacnoaiclpepca
आधिकारिक URL https://chromewebstore.google.com/detail/wiki-smart/dknkepbldbfefkfockeacnoaiclpepca
विवरण A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.
फ़ाइल का आकार 159 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-10-23
प्रकाशन तिथि 2016-10-23
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर https://rark.in
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://rark.in
सहायता पृष्ठ URL http://facebook.com/rarkofficial
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Smart",
    "description": "A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "wiki_smart_16px.png",
        "default_popup": "popup.html",
        "default_title": "Wiki Smart"
    },
    "icons": {
        "16": "wiki_smart_16px.png",
        "24": "wiki_smart_24px.png",
        "32": "wiki_smart_32px.png",
        "48": "wiki_smart_48px.png",
        "64": "wiki_smart_64px.png",
        "128": "wiki_smart_128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "wiki_styles.css"
            ],
            "js": [
                "wiki_jquery_3.1.0.js",
                "wiki_scripts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}