Justifier

Justify a web page in one click

Justifierとは何ですか?

JustifierはEoin Groatによって開発されたChromeの拡張機能で、その主な機能は「Justify a web page in one click」です。

Justifier拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        At the click of a button justify all the paragraphs on the page.

Clicking again will undo it.                    

拡張機能の基本情報

名前 Justifier Justifier
ID kcmecpomccpjalahlhcmhogifppbbkoi
公式URL https://chromewebstore.google.com/detail/justifier/kcmecpomccpjalahlhcmhogifppbbkoi
説明 Justify a web page in one click
ファイルサイズ 8.61 KB
インストール数 65
現在のバージョン 1.1
最終更新日 2016-03-24
公開日 2016-03-24
評価 5.00/5 合計 2 レビュー
開発者 Eoin Groat
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "icons": {
        "128": "justified.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "style.css"
    ]
}