Link grabber pro

Extract links from various website and also analyse it!

Link grabber pro란 무엇입니까?

Link grabber pro은(는) Janarthanan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract links from various website and also analyse it!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Link grabber pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
공식 URL https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
설명 Extract links from various website and also analyse it!
파일 크기 67.58 KB
설치 횟수 619
현재 버전 1.1
최근 업데이트 2018-07-13
출시 날짜 2018-07-13
평점 2.67/5 총 3 개의 평점
개발자 Janarthanan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.janaravi.com
도움말 페이지 URL http://www.janaravi.com/linkgrabber.html
개인정보 보호 정책 페이지 URL http://www.janaravi.com/privacy
지원되는 언어 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
    }
}