Magic Marker

Your tool for editing text and images on webpages.

Magic Marker là gì?

Magic Marker là một tiện ích mở rộng Chrome được phát triển bởi extensionmonkey, và tính năng chính của nó là "Your tool for editing text and images on webpages.".

Tải xuống tệp CRX của tiện ích mở rộng Magic Marker

Tải xuống các tệp mở rộng Magic Marker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Magic Marker Magic Marker
ID igpopcomljmalcdannflkjdghllkcgjp
URL Chính Thức https://chrome.google.com/webstore/detail/magic-marker/igpopcomljmalcdannflkjdghllkcgjp
Mô tả Your tool for editing text and images on webpages.
Kích Thước Tệp 40.96 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-06-08
Ngày Phát Hành 2015-06-08
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển extensionmonkey
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}