Link Extractor
An easy to use extractor for hyperlinks on any page
Link Extractor란 무엇입니까?
Link Extractor은(는) ultimateblaze1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy to use extractor for hyperlinks on any page"입니다.
확장 프로그램 스크린샷
Link Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily extract all links from any website by just pressing the Apps icon. You can also filter the result how you like.
확장 프로그램 기본 정보
이름 | |
ID | ijknljdfdogfmhlbcfiohoaihoeegecc |
공식 URL | https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc |
설명 | An easy to use extractor for hyperlinks on any page |
파일 크기 | 876 KB |
설치 횟수 | 4,873 |
현재 버전 | 0.3 |
최근 업데이트 | 2019-04-14 |
출시 날짜 | 2019-04-14 |
평점 | 3.83/5 총 6 개의 평점 |
개발자 | ultimateblaze1 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "version": "0.3", "options_page": "html\/options.html", "incognito": "split", "description": "An easy to use extractor for hyperlinks on any page", "permissions": [ "activeTab", "storage", "clipboardWrite", "contextMenus" ], "browser_action": { "default_title": "Extract the links on this page", "default_icon": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" } }, "icons": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |