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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |