Wiki Preview

Preview Wikipedia links for easier reading.

Wiki Preview क्या है?

Wiki Preview https://ictech.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview Wikipedia links for easier reading."।

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

screenshot
screenshot

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

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

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

                        When you're reading a Wikipedia articles, you often just want to have a glimpse of what other articles are about, without getting distracted from your main article.

This extension allows you to view a summary of any link on Wikipedia (first paragraph). This way you can focus on your main article you are reading, and still have a glimpse of what the other articles are about.                    

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

नाम Wiki Preview Wiki Preview
ID keodbghcggpcaaihokbhmeehadnkemgc
आधिकारिक URL https://chromewebstore.google.com/detail/wiki-preview/keodbghcggpcaaihokbhmeehadnkemgc
विवरण Preview Wikipedia links for easier reading.
फ़ाइल का आकार 138 KB
स्थापना संख्या 148
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-05-30
प्रकाशन तिथि 2014-05-29
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर https://ictech.fr
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ictech.fr/wiki/
सहायता पृष्ठ URL http://ictech.fr/wiki/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Preview",
    "version": "1.0",
    "homepage_url": "http:\/\/ictech.fr\/wiki\/",
    "description": "Preview Wikipedia links for easier reading.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "overlay.css"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "iframeResizer.min.js",
                "wikipreview_ch.js"
            ]
        }
    ]
}

संबंधित एक्सटेंशन्स