Hyperlink from selected text

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

Vad är Hyperlink from selected text?

Hyperlink from selected text är en Chrome-tillägg utvecklad av TGSchmidt, och dess huvudfunktion är "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".

Tilläggsskärmbilder

screenshot

Ladda ner Hyperlink from selected text-förlängningens CRX-fil

Ladda ner Hyperlink from selected text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Hyperlink from selected text Hyperlink from selected text
ID pinpojlbpepmejokkijmeehfhmhimnae
Officiell webbadress https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae
Beskrivning Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
Filstorlek 21.65 KB
Antal Installationer 296
Aktuell Version 1.2
Senast Uppdaterad 2022-02-21
Publiceringsdatum 2012-07-15
Betyg 3.63/5 Totalt 8 Betyg
Utvecklare TGSchmidt
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}