Wikiwand: Wikipedia Modernized

Good old Wikipedia gets a great new look

Wikiwand: Wikipedia Modernized क्या है?

Wikiwand: Wikipedia Modernized https://www.wikiwand.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Good old Wikipedia gets a great new look"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        As featured on TechCrunch, Lifehacker, Gizmodo, Fast Company and The Next Web:

Wikiwand is a new award-winning interface that optimizes Wikipedia's amazing content for a quicker and significantly improved reading experience!

The extension simply replaces each Wikipedia link with a link to the same article on Wikiwand.

► New clean layout for optimal readability
► Great modern typography
► Convenient fixed table-of-contents
► Text to speech in dozens of languages
► Featured articles summaries 
► Quick preview when hovering over links
► Multi-language search with thumbnails
► Beautiful, immersive cover photos
► Larger photos and better media gallery
► Color, font and layout personalization
► Dozens of other improvements

Like Wikiwand? Please rate us ★★★★★

Q: How do I use Wikiwand?
A: Just install our light extension and keep using Wikipedia as usual. The Wikiwand interface will automatically appear every time you visit a Wikipedia article.

Q: How does it work?
A: It's simple. The extension replaces links to Wikipedia articles with links to the same article on Wikiwand. 

Q: Can I still read the original article on Wikipedia?
A: Of course! Click the "Wikipedia tool" W icon in the toolbar, then "Read on Wikipedia"

Found a bug? Got a suggestion?
https://bit.ly/wikiwand-support                    

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

नाम Wikiwand: Wikipedia Modernized Wikiwand: Wikipedia Modernized
ID emffkefkbkpkgpdeeooapgaicgmcbolj
आधिकारिक URL https://chromewebstore.google.com/detail/wikiwand-wikipedia-modern/emffkefkbkpkgpdeeooapgaicgmcbolj
विवरण Good old Wikipedia gets a great new look
फ़ाइल का आकार 250 KB
स्थापना संख्या 355,940
वर्तमान संस्करण 8.3.2
अंतिम अपडेट 2022-11-07
प्रकाशन तिथि 2020-05-28
रेटिंग 4.79/5 कुल 7806 रेटिंग्स
डेवलपर https://www.wikiwand.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.wikiwand.com/
सहायता पृष्ठ URL http://wikiwand.uservoice.com/
गोपनीयता नीति पृष्ठ URL https://www.wikiwand.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.3.2",
    "homepage_url": "https:\/\/www.wikiwand.com",
    "manifest_version": 2,
    "name": "Wikiwand: Wikipedia Modernized",
    "short_name": "Wikiwand",
    "description": "Good old Wikipedia gets a great new look",
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.gif",
        "*.jpg",
        "*.svg",
        "*.woff2"
    ],
    "content_security_policy": "img-src 'self' https:\/\/*.doubleclick.net https:\/\/www.google-analytics.com https:\/\/www.wikiwand.com\/ ; script-src 'self' https:\/\/www.google-analytics.com ; object-src 'self'",
    "permissions": [
        "https:\/\/*.wikipedia.org\/*",
        "https:\/\/www.wikiwand.com\/*",
        "https:\/\/wikiwand.com\/*",
        "webRequestBlocking",
        "webRequest",
        "cookies",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/autowand.css",
                "css\/cards.css"
            ],
            "js": [
                "lib\/jquery.js",
                "js\/namespaces.js",
                "js\/url-tests.js",
                "js\/content-script.js",
                "js\/cards-click.js",
                "js\/cards-display.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Wikiwand",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false
    }
}