Copy Title as Hyper-Link for YouTube™
Copy (CTRL+C, CMD+C, Edit->Copy) with nothing selected and the title of the current YouTube video will be copied as a hyperlink
Copy Title as Hyper-Link for YouTube™とは何ですか?
Copy Title as Hyper-Link for YouTube™はLeigh Murrayによって開発されたChromeの拡張機能で、その主な機能は「Copy (CTRL+C, CMD+C, Edit->Copy) with nothing selected and the title of the current YouTube video will be copied as a hyperlink」です。
Copy Title as Hyper-Link for YouTube™拡張機能のCRXファイルをダウンロード
Copy Title as Hyper-Link for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*Make sure you refresh your YouTube tabs after installing this extension. If you issue a Copy command (CTRL+C, CMD+C, Edit->Copy) with nothing selected or highlighted on the page, the title of the current YouTube video will be copied as a hyperlink using the short youtu.be format so you can paste it in Word, etc. A 'Copied!' notification will display briefly when the hyperlink is copied successfully.
拡張機能の基本情報
名前 | |
ID | hgcjodjfhekkfffkikfmplmedpkbacbd |
公式URL | https://chrome.google.com/webstore/detail/copy-title-as-hyper-link/hgcjodjfhekkfffkikfmplmedpkbacbd |
説明 | Copy (CTRL+C, CMD+C, Edit->Copy) with nothing selected and the title of the current YouTube video will be copied as a hyperlink |
ファイルサイズ | 46.3 KB |
インストール数 | 45 |
現在のバージョン | 1.1 |
最終更新日 | 2013-11-11 |
公開日 | 2013-11-11 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | Leigh Murray |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Title as Hyper-Link for YouTube\u2122", "description": "Copy (CTRL+C, CMD+C, Edit->Copy) with nothing selected and the title of the current YouTube video will be copied as a hyperlink", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/watch*", "https:\/\/*.youtube.com\/watch*" ], "js": [ "myscript.js", "jquery.min.js" ], "run_at": "document_idle" } ], "manifest_version": 2, "permissions": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*", "clipboardWrite", "clipboardRead" ], "background": { "page": "background.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |