Copy URL
Copy URL of the active tab into the clipboard
Copy URLとは何ですか?
Copy URLはhttps://lukaspolak.comによって開発されたChromeの拡張機能で、その主な機能は「Copy URL of the active tab into the clipboard」です。
拡張機能のスクリーンショット
Copy URL拡張機能のCRXファイルをダウンロード
Copy URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Copy URL of the active tab into the clipboard with a single click. Just press the "Copy URL" toolbar button and see the magic!
Now you can even change the extension icon color!
Just right-click on the extension, pick an "Options," and choose your preferred color theme. 拡張機能の基本情報
| 名前 | |
| ID | fcniaangaighnlfnjgcaonolkiibkdan |
| 公式URL | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
| 説明 | Copy URL of the active tab into the clipboard |
| ファイルサイズ | 85.23 KB |
| インストール数 | 25 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-12-25 |
| 公開日 | 2021-12-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://lukaspolak.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
| ヘルプページのURL | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy URL",
"description": "Copy URL of the active tab into the clipboard",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"action": {
"default_icon": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
}
},
"icons": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
}
} | |