Doc Scratch Readability Improver

Makes Doc Scratch's text more easily readable

What is Doc Scratch Readability Improver?

Doc Scratch Readability Improver is a Chrome extension developed by murgatroid99, and its main feature is "Makes Doc Scratch's text more easily readable".

Extension Screenshots

screenshot

Download Doc Scratch Readability Improver Extension CRX File

Download Doc Scratch Readability Improver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Doc Scratch Readability Improver Doc Scratch Readability Improver
ID nhbajdgedgakiagjblnoiidphblfgigl
Official URL https://chrome.google.com/webstore/detail/doc-scratch-readability-i/nhbajdgedgakiagjblnoiidphblfgigl
Description Makes Doc Scratch's text more easily readable
File Size 9.31 KB
Installation Count 150
Current Version 0.2.0
Last Updated 2013-08-11
Publish Date 2013-08-11
Rating 4.00/5 Total 4 Ratings
Developer murgatroid99
Payment Type free
Supported Languages 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"
    ]
}