Hyperlink from selected text

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

Wat is Hyperlink from selected text?

Hyperlink from selected text is een Chrome-extensie ontwikkeld door TGSchmidt, en de belangrijkste functie is "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hyperlink from selected text

Download Hyperlink from selected text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hyperlink from selected text Hyperlink from selected text
ID pinpojlbpepmejokkijmeehfhmhimnae
Officiële URL https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae
Beschrijving Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
Bestandsgrootte 21.65 KB
Aantal Installaties 296
Huidige Versie 1.2
Laatst Bijgewerkt 2022-02-21
Publicatiedatum 2012-07-15
Beoordeling 3.63/5 Totaal 8 Beoordelingen
Ontwikkelaar TGSchmidt
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}