WikiTweaks

A restyling of Wikipedia that saves screen space and adds on-hover previews.

WikiTweaks क्या है?

WikiTweaks joelsimon6 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A restyling of Wikipedia that saves screen space and adds on-hover previews."।

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

screenshot
screenshot

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

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

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

                        WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. 

Features:
Removal of rarely used UI.
Mouse over preview of links.
Click the extension button for recently viewed wikipedia pages.                    

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

नाम WikiTweaks WikiTweaks
ID oanljooinjjfgikjbpcjnekmgfakjpnc
आधिकारिक URL https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc
विवरण A restyling of Wikipedia that saves screen space and adds on-hover previews.
फ़ाइल का आकार 53.02 KB
स्थापना संख्या 197
वर्तमान संस्करण 1.7.1
अंतिम अपडेट 2014-12-10
प्रकाशन तिथि 2014-12-10
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर joelsimon6
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiTweaks",
    "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.",
    "version": "1.7.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.wikipedia.org\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "jquery.min.js"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "WikiTweaks.js"
            ],
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ]
        }
    ],
    "manifest_version": 2
}