Doc Scratch Readability Improver

Makes Doc Scratch's text more easily readable

Doc Scratch Readability Improverとは何ですか?

Doc Scratch Readability Improverはmurgatroid99によって開発されたChromeの拡張機能で、その主な機能は「Makes Doc Scratch's text more easily readable」です。

拡張機能のスクリーンショット

screenshot

Doc Scratch Readability Improver拡張機能のCRXファイルをダウンロード

Doc Scratch Readability Improver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}