Link Finder
Link Finder
Link Finder란 무엇입니까?
Link Finder은(는) https://codingeverything.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Link Finder"입니다.
확장 프로그램 스크린샷
Link Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find all links to named anchors within the page so you can create descriptive links to content within a page. Simply click the ID button in your browsers action buttons. The page will display all available fragmented links. You can click on any link for a preview of where the page will load. Copy the address directly from the popover or from the address bar after clicking a link. To hide the popups, just click the icon again and you can resume work.
확장 프로그램 기본 정보
이름 | Link Finder |
ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
공식 URL | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
설명 | Link Finder |
파일 크기 | 230 KB |
설치 횟수 | 590 |
현재 버전 | 0.3 |
최근 업데이트 | 2013-12-25 |
출시 날짜 | 2013-12-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://codingeverything.blogspot.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/KyleMit/LinkFinder |
도움말 페이지 URL | https://github.com/KyleMit/LinkFinder/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Finder", "version": "0.3", "description": "Link Finder", "icons": { "16": "Icons\/Logo16.png", "32": "Icons\/Logo32.png", "48": "Icons\/Logo48.png", "128": "Icons\/Logo128.png" }, "browser_action": { "default_icon": { "19": "Icons\/LogoSmall19.png", "38": "Icons\/LogoSmall38.png" }, "default_title": "Link Finder" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |