Get All The Links!

A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.

ما هو Get All The Links!؟

Get All The Links! هو إضافة Chrome تم تطويرها بواسطة deniskoo، والميزة الرئيسية لها هي "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.".

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

screenshot

تحميل ملف CRX للإضافة Get All The Links!

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

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

                                            

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

الاسم Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
عنوان URL الرسمي https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
الوصف A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
حجم الملف 46.39 KB
عدد التثبيتات 43
النسخة الحالية 0.1
آخر تحديث 2018-03-13
تاريخ النشر 2018-03-13
المطور deniskoo
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get All The Links!",
    "description": "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js",
                "serp.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}