Copy Text as Link

Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.

Copy Text as Linkとは何ですか?

Copy Text as LinkはRyan Spainによって開発されたChromeの拡張機能で、その主な機能は「Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.」です。

拡張機能のスクリーンショット

screenshot

Copy Text as Link拡張機能のCRXファイルをダウンロード

Copy Text as Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension removes the need to copy a link address and link text seperately. By simply highlighting text on a webpage, right-clicking and selected 'Copy text as link', the selected text will be copied to the clipboard as a link using the active tabs URL.

Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.

Pasted links will inherit the styling of the target rich text editor.                    

拡張機能の基本情報

名前 Copy Text as Link Copy Text as Link
ID jdhbnbfdhfndpjafikjmbdabogdecenp
公式URL https://chromewebstore.google.com/detail/copy-text-as-link/jdhbnbfdhfndpjafikjmbdabogdecenp
説明 Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.
ファイルサイズ 14.3 KB
インストール数 93
現在のバージョン 1.0
最終更新日 2021-11-11
公開日 2021-09-12
評価 5.00/5 合計 3 レビュー
開発者 Ryan Spain
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ryanspain/chromium-copy-text-as-link
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text as Link",
    "description": "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}