Hover copy
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format
Hover copyとは何ですか?
Hover copyはgimeneteによって開発されたChromeの拡張機能で、その主な機能は「Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format」です。
拡張機能のスクリーンショット
Hover copy拡張機能のCRXファイルをダウンロード
Hover copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format. Icon made by freepik.com CC-BY 3.0
拡張機能の基本情報
名前 | Hover copy |
ID | cdnibjdbfjofkedghnefffkdohgjgbpc |
公式URL | https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc |
説明 | Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format |
ファイルサイズ | 18.87 KB |
インストール数 | 169 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-12-31 |
公開日 | 2018-12-28 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | gimenete |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hover copy", "version": "1.0.1", "description": "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "clipboardWrite" ], "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } } |