Link grabber pro

Extract links from various website and also analyse it!

Qu'est-ce que Link grabber pro ?

Link grabber pro est une extension Chrome développée par Janarthanan, et sa fonction principale est "Extract links from various website and also analyse it!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Link grabber pro

Téléchargez les fichiers d'extension Link grabber pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
URL Officiel https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
Description Extract links from various website and also analyse it!
Taille du Fichier 67.58 KB
Nombre d'Installations 619
Version Actuelle 1.1
Dernière Mise à Jour 2018-07-13
Date de Publication 2018-07-13
Évaluation 2.67/5 Total 3 Évaluations
Développeur Janarthanan
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.janaravi.com
URL de la Page d'Aide http://www.janaravi.com/linkgrabber.html
URL de la Page de Politique de Confidentialité http://www.janaravi.com/privacy
Langues Prises en Charge 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
    }
}