Doc Scratch Readability Improver

Makes Doc Scratch's text more easily readable

Doc Scratch Readability Improver क्या है?

Doc Scratch Readability Improver murgatroid99 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes Doc Scratch's text more easily readable"।

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

screenshot

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

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

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

                        This extension makes Doc Scratch's text easier to read by highlighting it in green when you hover over it.                    

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

नाम Doc Scratch Readability Improver Doc Scratch Readability Improver
ID nhbajdgedgakiagjblnoiidphblfgigl
आधिकारिक URL https://chrome.google.com/webstore/detail/doc-scratch-readability-i/nhbajdgedgakiagjblnoiidphblfgigl
विवरण Makes Doc Scratch's text more easily readable
फ़ाइल का आकार 9.31 KB
स्थापना संख्या 150
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2013-08-11
प्रकाशन तिथि 2013-08-11
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर murgatroid99
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doc Scratch Readability Improver",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Makes Doc Scratch's text more easily readable",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mspaintadventures.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Doc Scratch Readability improved"
    },
    "permissions": [
        "*:\/\/*.mspaintadventures.net\/*",
        "webNavigation",
        "tabs"
    ]
}