Hyperlink from selected text

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

Qu'est-ce que Hyperlink from selected text ?

Hyperlink from selected text est une extension Chrome développée par TGSchmidt, et sa fonction principale est "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hyperlink from selected text

Téléchargez les fichiers d'extension Hyperlink from selected text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hyperlink from selected text Hyperlink from selected text
ID pinpojlbpepmejokkijmeehfhmhimnae
URL Officiel 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
Taille du Fichier 21.65 KB
Nombre d'Installations 296
Version Actuelle 1.2
Dernière Mise à Jour 2022-02-21
Date de Publication 2012-07-15
Évaluation 3.63/5 Total 8 Évaluations
Développeur TGSchmidt
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}