Page Editor
Make any website editable and prank your friends!
Page Editorคืออะไร?
Page Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adapp.mail และคุณลักษณะหลักของมันคือ "Make any website editable and prank your friends!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Editor
ดาวน์โหลดไฟล์ส่วนขยาย Page Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make any website editable and prank your friends! How to use 1. Click the pencil icon at the right top corner of your browser! 2. You will see edit button and done button 3. Click edit button 4. Click anywhere you want to edit and type something! 5. When you're satisfied with your edit, click done button!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ohbodlpbcconbmnbfnnlillefbahijed |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed |
คำอธิบาย | Make any website editable and prank your friends! |
ขนาดไฟล์ | 12.5 KB |
จำนวนการติดตั้ง | 863 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2019-11-11 |
วันที่เผยแพร่ | 2019-11-11 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | adapp.mail |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Editor", "version": "1.0.3", "short_name": "PageEditor", "description": "Make any website editable and prank your friends!", "permissions": [ "declarativeContent", "storage", "activeTab" ], "page_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon.png" }, "background": { "scripts": [ "assets\/scripts\/background.js" ], "persistent": false }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "manifest_version": 2 } |