Link grabber pro

Extract links from various website and also analyse it!

Cos'è Link grabber pro?

Link grabber pro è un'estensione di Chrome sviluppata da Janarthanan, e la sua funzione principale è "Extract links from various website and also analyse it!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Link grabber pro

Scarica i file di estensione Link grabber pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
URL Ufficiale https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
Descrizione Extract links from various website and also analyse it!
Dimensione del File 67.58 KB
Conteggio Installazioni 619
Versione Corrente 1.1
Ultimo Aggiornamento 2018-07-13
Data di Pubblicazione 2018-07-13
Valutazione 2.67/5 Totale 3 Valutazioni
Sviluppatore Janarthanan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.janaravi.com
URL della Pagina di Aiuto http://www.janaravi.com/linkgrabber.html
URL della Pagina della Politica sulla Privacy http://www.janaravi.com/privacy
Lingue Supportate 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
    }
}