Copy Rich Link
Copy the page title and URL as rich text.
Copy Rich Linkとは何ですか?
Copy Rich Linkはr7kamuraによって開発されたChromeの拡張機能で、その主な機能は「Copy the page title and URL as rich text.」です。
拡張機能のスクリーンショット
Copy Rich Link拡張機能のCRXファイルをダウンロード
Copy Rich Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Copy the page title and URL as rich text. Useful for pasting links to Slack, Google Docs, etc. ## Usage Click the extension icon or execute the keyboard shortcut to copy the link to the page as rich text. ## Keyboard shortcut The default keyboard shortcut is Ctrl + Shift + L, and Command + Shift + L on Mac. This can be changed from the browser's extension settings. ## Plain text fallback As a fallback, we also copy in plain text format in the form `"{title}" {url}`, so that if you paste where rich text is not available or paste explicitly as plain text (Ctrl + Shift + V on Windows), this plain text format will be pasted.
拡張機能の基本情報
名前 | Copy Rich Link |
ID | hikiamlgpdcabppakpmemaofmkgknpea |
公式URL | https://chromewebstore.google.com/detail/copy-rich-link/hikiamlgpdcabppakpmemaofmkgknpea |
説明 | Copy the page title and URL as rich text. |
ファイルサイズ | 12.4 KB |
インストール数 | 253 |
現在のバージョン | 0.1.0 |
最終更新日 | 2022-05-07 |
公開日 | 2022-05-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | r7kamura |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/r7kamura/copy-rich-link |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Rich Link", "description": "Copy the page title and URL as rich text.", "version": "0.1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L" } } }, "permissions": [ "activeTab", "clipboardWrite" ] } |