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文件
下载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!
扩展基本信息
名称 | |
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": [ " |