Magic Marker

Your tool for editing text and images on webpages.

Magic Marker란 무엇입니까?

Magic Marker은(는) extensionmonkey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your tool for editing text and images on webpages."입니다.

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

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

확장 프로그램 사용 설명서

                        Do you ever photoshop a screenshot before sending it to friends? With Magic Marker, you won't need to again! This browser extension serves as a very lightweight version of "inspect element" that allows you to edit a webpage before you take your screenshot. 

Instructions for use: 

1. Use your cursor to highlight the text or image you would like to replace. 

2. Open the Magic Marker extension by clicking on the icon in the upper right hand corner of your web browser. 

3. Type in the new text or new image url that you would like to replace the highlighted content. 

4. Click "Go!" and watch Magic Marker do its magic!                    

확장 프로그램 기본 정보

이름 Magic Marker Magic Marker
ID igpopcomljmalcdannflkjdghllkcgjp
공식 URL https://chrome.google.com/webstore/detail/magic-marker/igpopcomljmalcdannflkjdghllkcgjp
설명 Your tool for editing text and images on webpages.
파일 크기 40.96 KB
설치 횟수 221
현재 버전 1.0
최근 업데이트 2015-06-08
출시 날짜 2015-06-08
평점 3.60/5 총 5 개의 평점
개발자 extensionmonkey
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Marker",
    "description": "Your tool for editing text and images on webpages.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.3.min.js",
                "pagescript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}