Hover and Copy
Hover over any link or image and copy it with your keyboard shortcut.
Hover and Copyとは何ですか?
Hover and CopyはMustafa KÜÇÜKによって開発されたChromeの拡張機能で、その主な機能は「Hover over any link or image and copy it with your keyboard shortcut.」です。
拡張機能のスクリーンショット
Hover and Copy拡張機能のCRXファイルをダウンロード
Hover and Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hover over any link or image and copy it with your keyboard shortcut. Hover over the link or image you want to copy and use CTRL + C or CMD + C depending on your operating system. That's it!
拡張機能の基本情報
名前 | Hover and Copy |
ID | moanghbdjdafhoppikcalbkggpnbhhid |
公式URL | https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid |
説明 | Hover over any link or image and copy it with your keyboard shortcut. |
ファイルサイズ | 43.39 KB |
インストール数 | 529 |
現在のバージョン | 1.0 |
最終更新日 | 2020-02-05 |
公開日 | 2020-02-01 |
評価 | 3.11/5 合計 9 レビュー |
開発者 | Mustafa KÜÇÜK |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://mustafakucuk.net |
対応言語 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0", "manifest_version": 2, "browser_action": [], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery.min.js", "main.js" ], "matches": [ " |