Hyperlink from selected text

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

What is Hyperlink from selected text?

Hyperlink from selected text is a Chrome extension developed by TGSchmidt, and its main feature is "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".

Extension Screenshots

screenshot

Download Hyperlink from selected text Extension CRX File

Download Hyperlink from selected text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hyperlink from selected text Hyperlink from selected text
ID pinpojlbpepmejokkijmeehfhmhimnae
Official URL https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae
Description Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
File Size 21.65 KB
Installation Count 296
Current Version 1.2
Last Updated 2022-02-21
Publish Date 2012-07-15
Rating 3.63/5 Total 8 Ratings
Developer TGSchmidt
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}