CopyLinks: Copy links with ease
CopyLinks is a one-click copy solution for quick copy pasting of urls
CopyLinks: Copy links with easeとは何ですか?
CopyLinks: Copy links with easeはT-Solutionsによって開発されたChromeの拡張機能で、その主な機能は「CopyLinks is a one-click copy solution for quick copy pasting of urls」です。
拡張機能のスクリーンショット
CopyLinks: Copy links with ease拡張機能のCRXファイルをダウンロード
CopyLinks: Copy links with ease拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CopyLinks is a simple plugin to copy links from your current tab to the clipboard. Especially useful for people sharing links from one browser tab to another.
Usage:
- Simply click on extension to copy link shown in current tab to clipboard
- OR you can click "Alt+L" to copy url in current tab
Simply paste using the regular "Command + V"
What does it save?
- Manual select all "Ctrl + L" & "Ctrl +C" is now in one command
- 2 clicks are now converted to 1
Wish you a happy & productive day! 拡張機能の基本情報
| 名前 | |
| ID | kogblnmgnabbjjdoaabkkjikpejeimom |
| 公式URL | https://chromewebstore.google.com/detail/copylinks-copy-links-with/kogblnmgnabbjjdoaabkkjikpejeimom |
| 説明 | CopyLinks is a one-click copy solution for quick copy pasting of urls |
| ファイルサイズ | 21.57 KB |
| インストール数 | 49 |
| 現在のバージョン | 1.0.0.0 |
| 最終更新日 | 2022-07-26 |
| 公開日 | 2021-03-22 |
| 開発者 | T-Solutions |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CopyLinks: Copy links with ease",
"version": "1.0.0.0",
"description": "CopyLinks is a one-click copy solution for quick copy pasting of urls",
"browser_action": [],
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"commands": {
"copy-link": {
"suggested_key": {
"default": "Alt+L",
"mac": "Alt+L"
},
"description": "Copy link to clipboard"
}
}
} | |