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是由Ankit Gubrani開發的Chrome擴展程式,該擴展的主要功能是“Offline WebPage Editor allows AEM authors or it's users to temporarily try content changes directly on Published pages.”。
擴展截圖
下載Offline WebPage Editor擴展crx文件
下載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 |
官方網址 | 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": [ " |