Link Gopher
Extracts and collates links from web pages
Link Gopher란 무엇입니까?
Link Gopher은(는) Andrew Ziem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extracts and collates links from web pages"입니다.
확장 프로그램 스크린샷
Link Gopher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for copy and paste into other systems.
확장 프로그램 기본 정보
이름 | Link Gopher |
ID | bpjdkodgnbfalgghnbeggfbfjpcfamkf |
공식 URL | https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf |
설명 | Extracts and collates links from web pages |
파일 크기 | 31.35 KB |
설치 횟수 | 30,504 |
현재 버전 | 2.5.0 |
최근 업데이트 | 2023-09-28 |
출시 날짜 | 2017-11-28 |
평점 | 4.57/5 총 21 개의 평점 |
개발자 | Andrew Ziem |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sites.google.com/site/linkgopher/ |
지원되는 언어 | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "2.5.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "homepage_url": "https:\/\/sites.google.com\/site\/linkgopher\/", "icons": { "16": "icons\/link-gopher-16.png", "32": "icons\/link-gopher-32.png", "64": "icons\/link-gopher-64.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "45.0" } }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "scripting" ], "action": { "default_icon": "icons\/link-gopher-32.png", "default_title": "__MSG_extensionName__", "default_popup": "popup\/popup.html" }, "content_security_policy": [] } |