Hyperlink Text Selector

Hold Shift and select text from a link.

ما هو Hyperlink Text Selector؟

Hyperlink Text Selector هو إضافة Chrome تم تطويرها بواسطة holden321، والميزة الرئيسية لها هي "Hold Shift and select text from a link.".

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

screenshot

تحميل ملف CRX للإضافة Hyperlink Text Selector

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

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

                        Small and fast extension.
Looks and feels almost like in the Opera browser :)
Enjoy!                    

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

الاسم Hyperlink Text Selector Hyperlink Text Selector
ID ojnfanikhkhoklphdcehbolcpeipbaec
عنوان URL الرسمي https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec
الوصف Hold Shift and select text from a link.
حجم الملف 14.66 KB
عدد التثبيتات 1,387
النسخة الحالية 1.3
آخر تحديث 2015-01-03
تاريخ النشر 2015-01-03
تقييم 4.06/5 مجموع تقييمات 50
المطور holden321
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperlink Text Selector",
    "short_name": "Select Link",
    "description": "Hold Shift and select text from a link.",
    "version": "1.3",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}