Hyperlink from selected text

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

Apa itu Hyperlink from selected text?

Hyperlink from selected text adalah ekstensi Chrome yang dikembangkan oleh TGSchmidt, dan fitur utamanya adalah "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hyperlink from selected text

Unduh file ekstensi Hyperlink from selected text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hyperlink from selected text Hyperlink from selected text
ID pinpojlbpepmejokkijmeehfhmhimnae
URL Resmi https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae
Deskripsi Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
Ukuran File 21.65 KB
Jumlah Instalasi 296
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-02-21
Tanggal Publikasi 2012-07-15
Penilaian 3.63/5 Total 8 Penilaian
Pengembang TGSchmidt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}