Magic Marker

Your tool for editing text and images on webpages.

Magic Markerคืออะไร?

Magic Marker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extensionmonkey และคุณลักษณะหลักของมันคือ "Your tool for editing text and images on webpages."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic Marker

ดาวน์โหลดไฟล์ส่วนขยาย Magic Marker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}