Offline WebPage Editor
Offline WebPage Editor allows AEM authors or it's users to temporarily try content changes directly on Published pages.
¿Qué es Offline WebPage Editor?
Offline WebPage Editor es una extensión de Chrome desarrollada por Ankit Gubrani, y su función principal es "Offline WebPage Editor allows AEM authors or it's users to temporarily try content changes directly on Published pages.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Offline WebPage Editor
Descarga archivos de extensión Offline WebPage Editor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | plldjngagpbkienpplkifjkcoimkeadj |
URL Oficial | https://chromewebstore.google.com/detail/offline-webpage-editor/plldjngagpbkienpplkifjkcoimkeadj |
Descripción | Offline WebPage Editor allows AEM authors or it's users to temporarily try content changes directly on Published pages. |
Tamaño del Archivo | 15.03 KB |
Cantidad de Instalaciones | 1,235 |
Versión Actual | 1.2 |
Última Actualización | 2019-10-07 |
Fecha de Publicación | 2019-10-06 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | Ankit Gubrani |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.codebrains.co.in/projects/offline-webpage-editor |
Idiomas Soportados | 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": [ " |