CopyURL
Copy the URL and title of the active page.
CopyURLとは何ですか?
CopyURLはhiroyuki.komatsuによって開発されたChromeの拡張機能で、その主な機能は「Copy the URL and title of the active page.」です。
拡張機能のスクリーンショット
CopyURL拡張機能のCRXファイルをダウンロード
CopyURL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can copy the URL and the title of the page in rich-text by clicking the extension icon. 拡張機能の基本情報
| 名前 | |
| ID | jghibnldpjddbfolfkfongaklfidaafd |
| 公式URL | https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd |
| 説明 | Copy the URL and title of the active page. |
| ファイルサイズ | 7.09 KB |
| インストール数 | 167 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2023-12-08 |
| 公開日 | 2020-06-21 |
| 開発者 | hiroyuki.komatsu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/hiroyuki-komatsu/copyurl |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CopyURL",
"description": "Copy the URL and title of the active page.",
"permissions": [
"activeTab",
"clipboardWrite",
"offscreen"
],
"version": "1.4",
"manifest_version": 3,
"icons": {
"128": "icon.png"
},
"action": {
"default_icon": {
"128": "icon.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
}
} | |