Edit Mode

Text update made easy

Edit Mode란 무엇입니까?

Edit Mode은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Text update made easy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        How do you explain any text update in your website? You send an e-mail, an message, a printscreen with anotations?

You souldn't take much time explaining a text that you would like to change in your site. Edit Mode help you to save your time by making the texts of your whole page editable, giving you a link to share your editions for anyone, so you make your and the life of the person who receive your edition easier. 

For you:
- Edit any text in your site at live
- Once finished, you get a link with all your editions stored. Send it!

For who receives your edition:
- Click to copy the new content
- Double click to toggle from new to previous content                    

확장 프로그램 기본 정보

이름 Edit Mode Edit Mode
ID gbbplijklonabgkeonkepkphjdjndhnb
공식 URL https://chromewebstore.google.com/detail/edit-mode/gbbplijklonabgkeonkepkphjdjndhnb
설명 Text update made easy
파일 크기 11.55 MB
설치 횟수 272
현재 버전 2.3.0
최근 업데이트 2021-01-04
출시 날짜 2020-02-16
평점 4.33/5 총 3 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://www.editmode.io
도움말 페이지 URL https://www.editmode.io/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Mode",
    "description": "Text update made easy",
    "version": "2.3.0",
    "browser_action": {
        "default_icon": "dist\/img\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content_script.js"
            ],
            "css": [
                "dist\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "icons": {
        "128": "dist\/img\/128.png"
    },
    "web_accessible_resources": [
        "dist\/img\/loading.gif"
    ]
}