Justify

Justify paragraph

What is Justify?

Justify is a Chrome extension developed by Sealeo, and its main feature is "Justify paragraph".

Download Justify Extension CRX File

Download Justify 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

                        Click on the icon to justify all paragraph on the current webpage                    

Extension Basic Information

Name Justify Justify
ID nglflklnipnnaoogknealohkmakfiock
Official URL https://chromewebstore.google.com/detail/justify/nglflklnipnnaoogknealohkmakfiock
Description Justify paragraph
File Size 3.85 KB
Installation Count 78
Current Version 1.0
Last Updated 2016-12-12
Publish Date 2016-12-12
Rating 5.00/5 Total 1 Ratings
Developer Sealeo
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Justify",
    "description": "Justify paragraph",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "name": "Justify paragraph"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "manifest_version": 2
}