Hyperlink from selected text

Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu

Hyperlink from selected textとは何ですか?

Hyperlink from selected textはTGSchmidtによって開発されたChromeの拡張機能で、その主な機能は「Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu」です。

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

screenshot

Hyperlink from selected text拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu.

A new blank tab opens containing the hyperlink. From there you can easily drag it into email or Google Docs.                    

拡張機能の基本情報

名前 Hyperlink from selected text Hyperlink from selected text
ID pinpojlbpepmejokkijmeehfhmhimnae
公式URL https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae
説明 Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
ファイルサイズ 21.65 KB
インストール数 296
現在のバージョン 1.2
最終更新日 2022-02-21
公開日 2012-07-15
評価 3.63/5 合計 8 レビュー
開発者 TGSchmidt
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hyperlink from selected text",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus"
    ]
}