Lemlinks - Link Discovery Made Easy

Seo based extension

Cos'è Lemlinks - Link Discovery Made Easy?

Lemlinks - Link Discovery Made Easy è un'estensione di Chrome sviluppata da https://pearllemongroup.com, e la sua funzione principale è "Seo based extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lemlinks - Link Discovery Made Easy

Scarica i file di estensione Lemlinks - Link Discovery Made Easy 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

                        What we do

Lemlinks was designed to help YOU identify every link on a web page AND have the option to save or open them as well.

No more individually clicking links. No more clicking links to see if there are errors or identify the link type.

Our Features

1- Link Highlighter- Highlights all the links in a webpage, shows you the total number of links in a webpage, and gives the ability to extract all the links. 

2- Link Typer- Scans all the links in a webpage and categorizes them into different types of links, gives numbers and color codes to them based on the link type. 

3- Link Checker- Checks all the links in a webpage and categorizes them into different types of links, gives numbers and color codes to them based on the link technical type/error. 

4- Link Opener- Opens multiple links from a selection 

5- My Links- Gives history of links seen, stores data of shared links and saves links. Users can share links from the extension directly also.

How it works

•    Install extension on your Chrome browser

•    Lemlinks icon is displayed on the Chrome address bar

•    Enter your name and email

•    Go to any webpage

•    Click on Lemlinks icon on your Chrome browser

•    Click and drag across the page

•   Lemlinks will highlight each link appropriately

•    You also have the option to save the links as well                    

Informazioni di Base sull'Estensione

Nome Lemlinks - Link Discovery Made Easy Lemlinks - Link Discovery Made Easy
ID kgdlakkhjioemfgnckaaagfjdjppepdn
URL Ufficiale https://chromewebstore.google.com/detail/lemlinks-link-discovery-m/kgdlakkhjioemfgnckaaagfjdjppepdn
Descrizione Seo based extension
Dimensione del File 3.09 MB
Conteggio Installazioni 26
Versione Corrente 3.3.8
Ultimo Aggiornamento 2022-05-24
Data di Pubblicazione 2021-07-28
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://pearllemongroup.com
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://pearllemon.com/privacy-policy
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lemlinks - Link Discovery Made Easy",
    "version": "3.3.8",
    "description": "Seo based extension",
    "browser_action": {
        "default_icon": ".\/icons\/LemlinksFavicon.png"
    },
    "background": {
        "scripts": [
            "scripts\/settingManager.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/icons\/icon_16.png",
        "48": ".\/icons\/icon_48.png",
        "128": ".\/icons\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/imports\/js\/jquery.min.js",
                ".\/scripts\/linkOpenerMaster.js",
                ".\/scripts\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ]
}