Hyperlink from selected text

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

ما هو Hyperlink from selected text؟

Hyperlink from selected text هو إضافة Chrome تم تطويرها بواسطة TGSchmidt، والميزة الرئيسية لها هي "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hyperlink from selected text

قم بتنزيل ملفات الامتداد Hyperlink from selected text بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Hyperlink from selected text Hyperlink from selected text
ID pinpojlbpepmejokkijmeehfhmhimnae
عنوان URL الرسمي https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae
الوصف Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
حجم الملف 21.65 KB
عدد التثبيتات 296
النسخة الحالية 1.2
آخر تحديث 2022-02-21
تاريخ النشر 2012-07-15
تقييم 3.63/5 مجموع تقييمات 8
المطور TGSchmidt
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}