Justify
Justify paragraph
什么是Justify?
Justify是由Sealeo开发的Chrome扩展程序,该扩展的主要功能是“Justify paragraph”。
下载Justify扩展crx文件
下载Justify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on the icon to justify all paragraph on the current webpage
扩展基本信息
名称 | Justify |
ID | nglflklnipnnaoogknealohkmakfiock |
官方URL | https://chromewebstore.google.com/detail/justify/nglflklnipnnaoogknealohkmakfiock |
简介 | Justify paragraph |
文件大小 | 3.85 KB |
安装次数 | 78 |
当前版本 | 1.0 |
更新时间 | 2016-12-12 |
上架时间 | 2016-12-12 |
评分 | 5.00/5 共1次评分 |
开发者 | Sealeo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |