View href

This extension shows the href of all the links on a page along with its title while hovering

ما هو View href؟

View href هو إضافة Chrome تم تطويرها بواسطة https://rajbhadra.com، والميزة الرئيسية لها هي "This extension shows the href of all the links on a page along with its title while hovering".

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

screenshot

تحميل ملف CRX للإضافة View href

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

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

                        This extension helps the user to quickly view the href of a link without looking elsewhere by appending the href of the link to the title of the link. Thus the title and the href both can be viewed by a single glance. If the size of the href is greater than 50 characters, then it truncates the string upto 50 characters.                    

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

الاسم View href View href
ID jfgnoakafnnfkgciganaegpjnnejbimk
عنوان URL الرسمي https://chromewebstore.google.com/detail/view-href/jfgnoakafnnfkgciganaegpjnnejbimk
الوصف This extension shows the href of all the links on a page along with its title while hovering
حجم الملف 3.72 KB
عدد التثبيتات 84
النسخة الحالية 1.0
آخر تحديث 2014-07-07
تاريخ النشر 2014-07-07
المطور https://rajbhadra.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View href",
    "short_name": "see href",
    "description": "This extension shows the href of all the links on a page along with its title while hovering",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}