Web Page Editor

Make any webpage into a content document that you can modify from the toolbar!

Web Page Editor란 무엇입니까?

Web Page Editor은(는) christianhilton64에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make any webpage into a content document that you can modify from the toolbar!"입니다.

확장 프로그램 스크린샷

screenshot

Web Page Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The "Web Page Editor" is an add-on that allows you to modify any HTML page.

To utilize this add-on, go to the toolbar popup UI and click on the big toggle button at the left side. The icon changes to blue color when the add-on is turned on. A - Design Mode - notification will appear in the current tab at the top left corner after you've activated the add-on. Now that your document is ready for editing, make any necessary modifications using text editing buttons accessible in the toolbar pop-up UI. After you're finished making changes, turn off the add-on by clicking on it again.

To utilize text-editing tools in the toolbar popup UI, first choose a text and then click on a desired button inside the pop-up.                    

확장 프로그램 기본 정보

이름 Web Page Editor Web Page Editor
ID hjcnckphjmabkomchilpckgebkodebjj
공식 URL https://chrome.google.com/webstore/detail/web-page-editor/hjcnckphjmabkomchilpckgebkodebjj
설명 Make any webpage into a content document that you can modify from the toolbar!
파일 크기 228 KB
설치 횟수 101
현재 버전 0.1
최근 업데이트 2022-05-20
출시 날짜 2022-05-20
평점 4.98/5 총 44 개의 평점
개발자 christianhilton64
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://worldaddons.com/web-page-editor/
도움말 페이지 URL https://worldaddons.com/contact/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "Web Page Editor",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "web-page-editor",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/web-page-editor\/",
    "description": "Make any webpage into a content document that you can modify from the toolbar!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Web Page Editor",
        "default_popup": "resource\/popup\/popup.html",
        "default_icon": {
            "16": "resource\/icons\/16.png",
            "32": "resource\/icons\/32.png",
            "48": "resource\/icons\/48.png",
            "64": "resource\/icons\/64.png"
        }
    },
    "icons": {
        "16": "resource\/icons\/16.png",
        "32": "resource\/icons\/32.png",
        "48": "resource\/icons\/48.png",
        "64": "resource\/icons\/64.png",
        "128": "resource\/icons\/128.png"
    }
}