Send URL to Clipboard
Send URL to Clipboard from Toolbar
Send URL to Clipboardとは何ですか?
Send URL to Clipboardはhttps://www.parago.deによって開発されたChromeの拡張機能で、その主な機能は「Send URL to Clipboard from Toolbar」です。
拡張機能のスクリーンショット
Send URL to Clipboard拡張機能のCRXファイルをダウンロード
Send URL to Clipboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a button to the toolbar that allows you to copy the URL and the title of the web page to the clipboard. That's all! 拡張機能の基本情報
| 名前 | |
| ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
| 公式URL | https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi |
| 説明 | Send URL to Clipboard from Toolbar |
| ファイルサイズ | 13.46 KB |
| インストール数 | 40 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2024-02-26 |
| 公開日 | 2017-04-02 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://www.parago.de |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/jbaurle/SendURLToClipboard |
| ヘルプページのURL | https://github.com/jbaurle/SendURLToClipboard/issues |
| プライバシーポリシーページのURL | https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md |
| 対応言語 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extname__",
"version": "2.0.0",
"description": "__MSG_extdesc__",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"offscreen",
"clipboardWrite"
],
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_icon": {
"16": "icon16.png"
},
"default_title": "__MSG_extaction__"
}
} | |