WikiPeek

Get a sneak-peek of a Wikipedia article.

WikiPeek क्या है?

WikiPeek Adam Lindqvist द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a sneak-peek of a Wikipedia article."।

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

screenshot

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

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

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

                        * Now working with all languages! *

Get a short summary of the Wikipedia-article you are hovering on.

1. Hover over a link in a Wikipedia article.
2. Get a short summary of the content.
3. Be more productive.
4. ????
5. PROFIT!!!

A simple and convinient extension that let's you quickly lookup an Wikipedia article before clicking on it, and reload a whole page.



Changes history:

0.8 - Support for all languages!

0.7 - * Better summaries.
      * Uses less resources.
      * Error handling
0.6.2 - Bug fixes

0.6 - Release

Thanks for using it :)                    

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

नाम WikiPeek WikiPeek
ID bihficonhfmffiacocckbbnafnhclokj
आधिकारिक URL https://chromewebstore.google.com/detail/wikipeek/bihficonhfmffiacocckbbnafnhclokj
विवरण Get a sneak-peek of a Wikipedia article.
फ़ाइल का आकार 118 KB
स्थापना संख्या 68
वर्तमान संस्करण 0.8.1
अंतिम अपडेट 2015-01-07
प्रकाशन तिथि 2015-01-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Adam Lindqvist
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WikiPeek",
    "version": "0.8.1",
    "description": "Get a sneak-peek of a Wikipedia article.",
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "bootstrap.min.css",
                "jquery.qtip.min.css"
            ],
            "js": [
                "jquery-2.1.1.js",
                "jquery.qtip.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*.wikipedia.org\/*"
    ]
}

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