Page Editor

Make any website editable and prank your friends!

Page Editor란 무엇입니까?

Page Editor은(는) adapp.mail에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make any website editable and prank your friends!"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Make any website editable and prank your friends!

How to use
1. Click the pencil icon at the right top corner of your browser!

2. You will see edit button and done button

3. Click edit button

4. Click anywhere you want to edit and type something!

5. When you're satisfied with your edit, click done button!                    

확장 프로그램 기본 정보

이름 Page Editor Page Editor
ID ohbodlpbcconbmnbfnnlillefbahijed
공식 URL https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed
설명 Make any website editable and prank your friends!
파일 크기 12.5 KB
설치 횟수 863
현재 버전 1.0.3
최근 업데이트 2019-11-11
출시 날짜 2019-11-11
평점 3.33/5 총 3 개의 평점
개발자 adapp.mail
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.3",
    "short_name": "PageEditor",
    "description": "Make any website editable and prank your friends!",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "manifest_version": 2
}