Justifier

Justify a web page in one click

Wat is Justifier?

Justifier is een Chrome-extensie ontwikkeld door Eoin Groat, en de belangrijkste functie is "Justify a web page in one click".

Download het CRX-bestand van de extensie Justifier

Download Justifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Clicking again will undo it.                    

Basisinformatie over de Extensie

Naam Justifier Justifier
ID kcmecpomccpjalahlhcmhogifppbbkoi
Officiële URL https://chromewebstore.google.com/detail/justifier/kcmecpomccpjalahlhcmhogifppbbkoi
Beschrijving Justify a web page in one click
Bestandsgrootte 8.61 KB
Aantal Installaties 65
Huidige Versie 1.1
Laatst Bijgewerkt 2016-03-24
Publicatiedatum 2016-03-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Eoin Groat
Betalingswijze free
Ondersteunde Talen 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"
    ]
}