Edit Website Extension
Edit Live Websites Text On The Fly
Edit Website Extensionคืออะไร?
Edit Website Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashwin และคุณลักษณะหลักของมันคือ "Edit Live Websites Text On The Fly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edit Website Extension
ดาวน์โหลดไฟล์ส่วนขยาย Edit Website Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Edit texts in live website by clicking the extension. Steps to use the extension: 1) Go to any website. 2) Click on the extension. 3) Start editing texts in the website like h1 tags or p tags or any tags. 4) Click on tht extension again to close edit mode & done! Good for quick website text editing only & share with colleagues or friends.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Edit Website Extension |
ID | flaminmoaihaimhjbohfnbkklgonhjej |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/edit-website-extension/flaminmoaihaimhjbohfnbkklgonhjej |
คำอธิบาย | Edit Live Websites Text On The Fly |
ขนาดไฟล์ | 14.54 KB |
จำนวนการติดตั้ง | 8,572 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-03-31 |
วันที่เผยแพร่ | 2019-07-16 |
คะแนน | 4.39/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | Ashwin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://privacy.ashwinshenoy.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edit Website Extension", "description": "Edit Live Websites Text On The Fly", "version": "1.3", "icons": { "128": "assets\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+E", "mac": "Alt+E", "chromeos": "Alt+E", "linux": "Alt+E" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ], "manifest_version": 2 } |