Offline WebPage Editor
Offline WebPage Editor allows AEM authors or it's users to temporarily try content changes directly on Published pages.
Offline WebPage Editorคืออะไร?
Offline WebPage Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ankit Gubrani และคุณลักษณะหลักของมันคือ "Offline WebPage Editor allows AEM authors or it's users to temporarily try content changes directly on Published pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Offline WebPage Editor
ดาวน์โหลดไฟล์ส่วนขยาย Offline WebPage Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Offline WebPage Editor is Chrome extension for AEM authors. It allows AEM authors & other business users to temporarily try content changes directly on Published pages without opening Author instance. Offline WebPage Editor comes as handy tool for authors & other business users who want to try out different content variations on published pages quickly before authoring the actual changes. Offline WebPage Editor lets its users: » Change existing text on the page » Move images around the page » Change or add new font styles (bold, italics) on the text » Add new Text on the page All the changes respect the current styling on the page, hence Offline WebPage Editor can also be used to test how would a section look when text exceeds the given height & width of a DOM element. Note: All changes made with Office WebPage Editor are temporary, authors will have to make those changes manually in AEM author instance. Page refresh will clear all the changes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Offline WebPage Editor |
ID | plldjngagpbkienpplkifjkcoimkeadj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/offline-webpage-editor/plldjngagpbkienpplkifjkcoimkeadj |
คำอธิบาย | Offline WebPage Editor allows AEM authors or it's users to temporarily try content changes directly on Published pages. |
ขนาดไฟล์ | 15.03 KB |
จำนวนการติดตั้ง | 1,235 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-10-07 |
วันที่เผยแพร่ | 2019-10-06 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Ankit Gubrani |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.codebrains.co.in/projects/offline-webpage-editor |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline WebPage Editor", "version": "1.2", "description": "Offline WebPage Editor allows AEM authors or it's users to temporarily try content changes directly on Published pages.", "permissions": [ "activeTab" ], "background": { "scripts": [ "offline_editor_background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |