Edit
Edit any webpage locally.
Editคืออะไร?
Edit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lethalware.co.uk และคุณลักษณะหลักของมันคือ "Edit any webpage locally."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edit
ดาวน์โหลดไฟล์ส่วนขยาย Edit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page. Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Edit |
ID | egbeoffgmdepbefhbiilpkalgnfjbmjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg |
คำอธิบาย | Edit any webpage locally. |
ขนาดไฟล์ | 3.63 KB |
จำนวนการติดตั้ง | 711 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-12-26 |
วันที่เผยแพร่ | 2013-12-26 |
คะแนน | 4.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://lethalware.co.uk |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edit", "description": "Edit any webpage locally.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png" } } |