esa edit from here

A chrome extension for esa

esa edit from hereคืออะไร?

esa edit from here เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tatsuyafw และคุณลักษณะหลักของมันคือ "A chrome extension for esa"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย esa edit from here

ดาวน์โหลดไฟล์ส่วนขยาย esa edit from here ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        esa の Chrome Extension です。posts ページの指定したヘッダから編集が可能になります。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ esa edit from here esa edit from here
ID ldgdbljbeieebobdaflempmfldkkohil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/esa-edit-from-here/ldgdbljbeieebobdaflempmfldkkohil
คำอธิบาย A chrome extension for esa
ขนาดไฟล์ 36.11 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-08-14
วันที่เผยแพร่ 2017-08-14
ผู้พัฒนา tatsuyafw
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "esa edit from here",
    "description": "A chrome extension for esa",
    "version": "0.0.2",
    "author": "tatsuyafw",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.esa.io\/posts\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/jquery.caret-0.3.1.min.js",
                "src\/main.js"
            ]
        }
    ]
}