Link Extractor
This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer
Link Extractor란 무엇입니까?
Link Extractor은(는) ashnkylin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer"입니다.
확장 프로그램 스크린샷
Link Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This enables the following features. you can get and check its list up to date for the extracted link's info matched up to the keyword which you register without having to visit directly the site which you prefer. Anytime you can easily add, remove and modify a site with the specified keywords. In addition, you can use link-highlighting of keywords provided a similar approach.
확장 프로그램 기본 정보
이름 | Link Extractor |
ID | gpfoeagcgabbdibhiofcmeimcbkafndo |
공식 URL | https://chromewebstore.google.com/detail/link-extractor/gpfoeagcgabbdibhiofcmeimcbkafndo |
설명 | This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer |
파일 크기 | 79.16 KB |
설치 횟수 | 1,598 |
현재 버전 | 0.0.91 |
최근 업데이트 | 2013-11-17 |
출시 날짜 | 2013-11-17 |
평점 | 3.00/5 총 3 개의 평점 |
개발자 | ashnkylin |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "description": "This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer", "version": "0.0.91", "browser_action": { "default_icon": "img\/icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "img\/bg.jpg", "img\/txt_preview.gif", "img\/loading.gif", "img\/btnX.gif", "img\/btnOk.gif", "img\/btnSave.gif", "img\/btnCancel.gif", "img\/rect.gif", "img\/vscb_icon.png", "img\/radio.png", "img\/checkbox.png", "img\/favicon.png", "img\/whatkwd.png", "img\/question.png", "img\/txt_sort.png", "img\/menu_bg.png", "img\/expand.png", "img\/collapse.png", "img\/btnCollapseAll.png", "img\/btnExpandAll.png", "img\/btnAddSite.png", "img\/btnInfo.png", "img\/btnCamel.png", "img\/btnSpellchk.png", "img\/btnSetting.png", "img\/btnRefresh.png", "img\/btnXClose.png", "img\/logo.png" ], "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png" } } |