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