Better Wikipedia for high resolution screens

Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.

Better Wikipedia for high resolution screens क्या है?

Better Wikipedia for high resolution screens guus.noij द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens."।

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

screenshot
screenshot

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

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

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

                        Wikipedia webpage is not optimized for high resolution and ultra widescreens. Article line length get very long, this makes reading lines more difficult. This extension fixes this by setting an optimal line length for every article.                    

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

नाम Better Wikipedia for high resolution screens Better Wikipedia for high resolution screens
ID bmemopkabblfjaaccedpndobjebljkag
आधिकारिक URL https://chromewebstore.google.com/detail/better-wikipedia-for-high/bmemopkabblfjaaccedpndobjebljkag
विवरण Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.
फ़ाइल का आकार 12.63 KB
स्थापना संख्या 79
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2020-11-23
प्रकाशन तिथि 2020-11-22
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर guus.noij
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Wikipedia for high resolution screens",
    "version": "0.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "description": "Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.wikipedia.org\/*\/*"
            ]
        }
    ]
}