Link tag browser

Shows tags as a browseable dropdown

ما هو Link tag browser؟

Link tag browser هو إضافة Chrome تم تطويرها بواسطة https://www.zephyros-systems.co.uk، والميزة الرئيسية لها هي "Shows tags as a browseable dropdown".

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

screenshot

تحميل ملف CRX للإضافة Link tag browser

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

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

                        Mostly for developers working with content-negotiated sites like legislation.gov.uk, this makes the browser a more useful tool for navigating sites that double as APIs by showing clickable versions of link tags and prioritising rel="alternate" representations. No more diving into View Source and hoping the result is readable!                    

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

الاسم Link tag browser Link tag browser
ID bpbabadndeflbchomcgkmfoeiiebcjjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm
الوصف Shows tags as a browseable dropdown
حجم الملف 53.34 KB
عدد التثبيتات 77
النسخة الحالية 1.0.1
آخر تحديث 2013-03-28
تاريخ النشر 2013-03-28
المطور https://www.zephyros-systems.co.uk
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link tag browser",
    "description": "Shows  tags as a browseable dropdown",
    "version": "1.0.1",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "js\/link-reader.js"
            ]
        }
    ]
}