Lemlinks - Link Discovery Made Easy

Seo based extension

Lemlinks - Link Discovery Made Easy란 무엇입니까?

Lemlinks - Link Discovery Made Easy은(는) https://pearllemongroup.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seo based extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Lemlinks - Link Discovery Made Easy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Lemlinks - Link Discovery Made Easy Lemlinks - Link Discovery Made Easy
ID kgdlakkhjioemfgnckaaagfjdjppepdn
공식 URL https://chromewebstore.google.com/detail/lemlinks-link-discovery-m/kgdlakkhjioemfgnckaaagfjdjppepdn
설명 Seo based extension
파일 크기 3.09 MB
설치 횟수 26
현재 버전 3.3.8
최근 업데이트 2022-05-24
출시 날짜 2021-07-28
평점 5.00/5 총 5 개의 평점
개발자 https://pearllemongroup.com
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://pearllemon.com/privacy-policy
지원되는 언어 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\/*"
    ]
}