Link grabber pro

Extract links from various website and also analyse it!

Wat is Link grabber pro?

Link grabber pro is een Chrome-extensie ontwikkeld door Janarthanan, en de belangrijkste functie is "Extract links from various website and also analyse it!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Link grabber pro

Download Link grabber pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
Officiële URL https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
Beschrijving Extract links from various website and also analyse it!
Bestandsgrootte 67.58 KB
Aantal Installaties 619
Huidige Versie 1.1
Laatst Bijgewerkt 2018-07-13
Publicatiedatum 2018-07-13
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Janarthanan
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.janaravi.com
Help Pagina-URL http://www.janaravi.com/linkgrabber.html
URL van de Privacybeleid Pagina http://www.janaravi.com/privacy
Ondersteunde Talen 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
    }
}