Copylink
Click to copy the url of the current page to your clipboard
Copylinkとは何ですか?
Copylinkはhttps://rgbstudios.orgによって開発されたChromeの拡張機能で、その主な機能は「Click to copy the url of the current page to your clipboard」です。
拡張機能のスクリーンショット
Copylink拡張機能のCRXファイルをダウンロード
Copylink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simply click the button to copy the address of the current website.
* Use copylink to quickly send, share, or save the url to a website.
* The address is also displayed in a little textbox.
Don't forget to rate and share! Enjoy! :)
V.1.3.0
RGB Studios
rgbstudios.org
facebook.com/rgbstudios.org/
[email protected] 拡張機能の基本情報
| 名前 | |
| ID | hmbglhnodfegeiemefjoejkkmncdobde |
| 公式URL | https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde |
| 説明 | Click to copy the url of the current page to your clipboard |
| ファイルサイズ | 7.6 KB |
| インストール数 | 362 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2023-11-21 |
| 公開日 | 2019-12-03 |
| 評価 | 4.25/5 合計 4 レビュー |
| 開発者 | https://rgbstudios.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Copylink",
"description": "Click to copy the url of the current page to your clipboard",
"version": "1.3.0",
"action": {
"default_icon": "128_icon.png",
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"clipboardWrite"
],
"icons": {
"128": "128_icon.png",
"48": "48_icon.png",
"16": "16_icon.png"
}
} | |