Edit

Edit any webpage locally.

Edit란 무엇입니까?

Edit은(는) https://lethalware.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit any webpage locally."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page.

Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.                    

확장 프로그램 기본 정보

이름 Edit Edit
ID egbeoffgmdepbefhbiilpkalgnfjbmjg
공식 URL https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg
설명 Edit any webpage locally.
파일 크기 3.63 KB
설치 횟수 711
현재 버전 1.0
최근 업데이트 2013-12-26
출시 날짜 2013-12-26
평점 4.38/5 총 8 개의 평점
개발자 https://lethalware.co.uk
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit",
    "description": "Edit any webpage locally.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}