Copy Image URL
Copy image source URLs from Google image search
Copy Image URLとは何ですか?
Copy Image URLはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Copy image source URLs from Google image search」です。
拡張機能のスクリーンショット
Copy Image URL拡張機能のCRXファイルをダウンロード
Copy Image URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to copy an image source URL from the Google image search results
拡張機能の基本情報
名前 | Copy Image URL |
ID | okellkdngnddldceghgglinloadinfgg |
公式URL | https://chromewebstore.google.com/detail/copy-image-url/okellkdngnddldceghgglinloadinfgg |
説明 | Copy image source URLs from Google image search |
ファイルサイズ | 39.65 KB |
インストール数 | 1,468 |
現在のバージョン | 1.2 |
最終更新日 | 2020-04-27 |
公開日 | 2020-04-27 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/hooblei/cisu |
ヘルプページのURL | https://github.com/hooblei/cisu |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Image URL", "version": "1.2", "description": "Copy image source URLs from Google image search", "manifest_version": 2, "permissions": [ "contextMenus", "clipboardWrite" ], "background": { "scripts": [ "cisu.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |