Wiki It

Easily Wikipedia anything on the web without having to leave the page

Wiki It क्या है?

Wiki It dlask द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily Wikipedia anything on the web without having to leave the page"।

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

screenshot

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

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

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

                        Wiki It allows you to easily Wikipedia anything on a website without having to leave the page or open a new tab.

+Highlight your desired word(s) (you can do this easily by double clicking)

+Then use the shortcut CTRL + SHIFT + S or click the icon in the top right.(You can change the keyboard shortcut to whatever you want in the extension manager)

+Watch your info slide in! It is that easy!                    

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

नाम Wiki It Wiki It
ID jcmckdmbneffdllfpndkgidingockofb
आधिकारिक URL https://chrome.google.com/webstore/detail/wiki-it/jcmckdmbneffdllfpndkgidingockofb
विवरण Easily Wikipedia anything on the web without having to leave the page
फ़ाइल का आकार 44.26 KB
स्थापना संख्या 447
वर्तमान संस्करण 2.0
अंतिम अपडेट 2014-10-05
प्रकाशन तिथि 2014-10-05
रेटिंग 4.60/5 कुल 25 रेटिंग्स
डेवलपर dlask
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiki It",
    "description": "Easily Wikipedia anything on the web without having to leave the page",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Wiki It",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    }
}