Medium日本語フォント調整

Mediumの日本語調整をする拡張機能です。

What is Medium日本語フォント調整?

Medium日本語フォント調整 is a Chrome extension developed by https://www.sho-yamane.me, and its main feature is "Mediumの日本語調整をする拡張機能です。".

Extension Screenshots

screenshot

Download Medium日本語フォント調整 Extension CRX File

Download Medium日本語フォント調整 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

                        ブログプラットフォーム「Medium」のフォントとフォントサイズを変更するChrome拡張機能です。                    

Extension Basic Information

Name Medium日本語フォント調整 Medium日本語フォント調整
ID niajnmdkmjnamagghcnfddpnckcckabi
Official URL https://chromewebstore.google.com/detail/medium%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%83%95%E3%82%A9%E3%83%B3%E3%83%88%E8%AA%BF%E6%95%B4/niajnmdkmjnamagghcnfddpnckcckabi
Description Mediumの日本語調整をする拡張機能です。
File Size 88.96 KB
Installation Count 149
Current Version 0.0.1
Last Updated 2015-05-26
Publish Date 2015-05-25
Rating 4.00/5 Total 1 Ratings
Developer https://www.sho-yamane.me
Payment Type free
Extension Website http://www.sho-yamane.me/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Medium\u65e5\u672c\u8a9e\u30d5\u30a9\u30f3\u30c8\u8abf\u6574",
    "version": "0.0.1",
    "description": "Medium\u306e\u65e5\u672c\u8a9e\u8abf\u6574\u3092\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [],
    "web_accessible_resources": [
        "js\/jquery-2.0.3.min.js",
        "js\/jquery-2.0.3.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/medium.com\/*",
                "http:\/\/medium.com\/*"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}