Page Text Editor
An editor to edit any webpage inline and live. Reload page to remove changes.
Page Text Editorคืออะไร?
Page Text Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon Fowler และคุณลักษณะหลักของมันคือ "An editor to edit any webpage inline and live. Reload page to remove changes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Text Editor
ดาวน์โหลดไฟล์ส่วนขยาย Page Text Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Page Text Editor |
ID | icjgbammanlfboaodlfeomfpdgndalpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa |
คำอธิบาย | An editor to edit any webpage inline and live. Reload page to remove changes. |
ขนาดไฟล์ | 6.19 KB |
จำนวนการติดตั้ง | 1,347 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2023-01-03 |
วันที่เผยแพร่ | 2019-06-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Brandon Fowler |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Text Editor", "version": "2.0.0", "description": "An editor to edit any webpage inline and live. Reload page to remove changes.", "permissions": [ "activeTab", "storage", "scripting", "contextMenus" ], "icons": { "128": "icon128.png" }, "action": { "default_icon": "icon128.png" }, "background": { "service_worker": "worker.js" }, "manifest_version": 3 } |