Hyperlink from selected text

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

Co to jest Hyperlink from selected text?

Hyperlink from selected text to rozszerzenie Chrome opracowane przez TGSchmidt, a jego główną funkcją jest „Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hyperlink from selected text

Pobierz pliki rozszerzeń Hyperlink from selected text w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hyperlink from selected text Hyperlink from selected text
ID pinpojlbpepmejokkijmeehfhmhimnae
Oficjalny URL https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae
Opis Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
Rozmiar pliku 21.65 KB
Liczba instalacji 296
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2022-02-21
Data Publikacji 2012-07-15
Ocena 3.63/5 Łącznie 8 Oceny
Deweloper TGSchmidt
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}