Justifier

Justify a web page in one click

Justifierคืออะไร?

Justifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eoin Groat และคุณลักษณะหลักของมันคือ "Justify a web page in one click"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Justifier

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}