Edit Anything

Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…

Edit Anythingคืออะไร?

Edit Anything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Forrest Almasi และคุณลักษณะหลักของมันคือ "Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…"

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

screenshot
screenshot
screenshot

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

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

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

                        Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or off.

Edit Anything respects your privacy and does not record any of your data.                    

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

ชื่อ Edit Anything Edit Anything
ID kgkhambjbahgejgoaefmekdchedkihln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln
คำอธิบาย Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…
ขนาดไฟล์ 6.17 KB
จำนวนการติดตั้ง 54,658
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-10-03
วันที่เผยแพร่ 2016-10-03
คะแนน 4.37/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา Forrest Almasi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Anything",
    "version": "0.2",
    "browser_action": {
        "default_icon": "pencil-64x64.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}