Justify
Justify paragraph
Wat is Justify?
Justify is een Chrome-extensie ontwikkeld door Sealeo, en de belangrijkste functie is "Justify paragraph".
Download het CRX-bestand van de extensie Justify
Download Justify-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
Click on the icon to justify all paragraph on the current webpage Basisinformatie over de Extensie
| Naam | |
| ID | nglflklnipnnaoogknealohkmakfiock |
| Officiële URL | https://chromewebstore.google.com/detail/justify/nglflklnipnnaoogknealohkmakfiock |
| Beschrijving | Justify paragraph |
| Bestandsgrootte | 3.85 KB |
| Aantal Installaties | 78 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-12-12 |
| Publicatiedatum | 2016-12-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Sealeo |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |