Copy As Hyperlink
Copy page title or selected text as a pasteable hyperlink
Copy As Hyperlinkとは何ですか?
Copy As HyperlinkはFrederick Hewett (Cambridge, MA)によって開発されたChromeの拡張機能で、その主な機能は「Copy page title or selected text as a pasteable hyperlink」です。
拡張機能のスクリーンショット
Copy As Hyperlink拡張機能のCRXファイルをダウンロード
Copy As Hyperlink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The purpose of this extension is to facilitate copying and pasting of text from a webpage such that the copied data includes a hyperlink to the page on which the text appears.
To use this extension:
1. On the web page for which you're creating a link, select the text that you want to appear in the destination document. For a news article, this might be the article headline. If no text is selected, the page title will be used.
2. Click on the icon for this extension. A small window that says "Link copied" will pop up temporarily next to the icon.
3. Paste the text into the destination document. It should appear as a hyperlink to the webpage from which the text was copied.
4. You can also use a hot key to invoke the extension. The default is Alt-Shift-L. 拡張機能の基本情報
| 名前 | |
| ID | aphcegfomnecchcihkiilhngijgjgffi |
| 公式URL | https://chromewebstore.google.com/detail/copy-as-hyperlink/aphcegfomnecchcihkiilhngijgjgffi |
| 説明 | Copy page title or selected text as a pasteable hyperlink |
| ファイルサイズ | 38.12 KB |
| インストール数 | 1,554 |
| 現在のバージョン | 4.1.1 |
| 最終更新日 | 2023-04-15 |
| 公開日 | 2020-05-08 |
| 評価 | 3.42/5 合計 12 レビュー |
| 開発者 | Frederick Hewett (Cambridge, MA) |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy As Hyperlink",
"description": "Copy page title or selected text as a pasteable hyperlink",
"version": "4.1.1",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "copyashyperlink.html",
"default_icon": {
"16": "\/images\/icon_16.png",
"32": "\/images\/icon_32.png",
"48": "\/images\/icon_48.png",
"128": "\/images\/icon_128.png"
}
},
"icons": {
"16": "\/images\/icon_16.png",
"32": "\/images\/icon_32.png",
"48": "\/images\/icon_48.png",
"128": "\/images\/icon_128.png"
}
} | |