Data URL Image Picker
Get any image on browser to the clipboard in url data format.
Data URL Image Pickerとは何ですか?
Data URL Image Pickerはmarcusvmendesによって開発されたChromeの拡張機能で、その主な機能は「Get any image on browser to the clipboard in url data format.」です。
拡張機能のスクリーンショット
Data URL Image Picker拡張機能のCRXファイルをダウンロード
Data URL Image Picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | ipfnafipbdlnjkfjhjjhoafikikchojl |
公式URL | https://chrome.google.com/webstore/detail/data-url-image-picker/ipfnafipbdlnjkfjhjjhoafikikchojl |
説明 | Get any image on browser to the clipboard in url data format. |
ファイルサイズ | 19.5 KB |
インストール数 | 142 |
現在のバージョン | 1.0 |
最終更新日 | 2014-09-26 |
公開日 | 2014-09-26 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | marcusvmendes |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Data URL Image Picker", "description": "Get any image on browser to the clipboard in url data format.", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "persistent": true, "scripts": [ "imagepicker.core.js" ] }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/", "https:\/\/*\/", "webNavigation", "contextMenus", "clipboardWrite", "clipboardRead" ] } |