Link grabber pro

Extract links from various website and also analyse it!

ما هو Link grabber pro؟

Link grabber pro هو إضافة Chrome تم تطويرها بواسطة Janarthanan، والميزة الرئيسية لها هي "Extract links from various website and also analyse it!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Link grabber pro

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

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

                        Grab links from various website !
# hold CTRL + drag to select area of link 
#hold ALT + click on link to select it  and right click  on the selected link  after that 
click download in context menu
#right click on the link and click download from context menu

Analyse website links!
click  current tab link button and you can get analyse the details of link 
in new tab!                    

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

الاسم Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
الوصف Extract links from various website and also analyse it!
حجم الملف 67.58 KB
عدد التثبيتات 619
النسخة الحالية 1.1
آخر تحديث 2018-07-13
تاريخ النشر 2018-07-13
تقييم 2.67/5 مجموع تقييمات 3
المطور Janarthanan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.janaravi.com
عنوان صفحة المساعدة http://www.janaravi.com/linkgrabber.html
عنوان صفحة سياسة الخصوصية http://www.janaravi.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link grabber pro",
    "version": "1.1",
    "description": "Extract links from various website and also analyse it!",
    "browser_action": {
        "default_title": "Manage your links",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "storage",
        "notifications",
        "contextMenus",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}