Link to Here
Adds a context menu to link to the nearest anchor before the selected text.
Link to Here란 무엇입니까?
Link to Here은(는) Jeffrey Yasskin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a context menu to link to the nearest anchor before the selected text."입니다.
확장 프로그램 스크린샷
Link to Here 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you ever wanted to link to a specific place in a web page, but the page's authors forgot to tell you the right link target? This extension finds the nearest linkable place in the page before the text you've selected and links there. This extension uses the new activeTab permission to avoid running on any page except the ones you explicitly ask it to, so it currently only supports the Chrome beta channel. WARNING: This extension will probably do badly on pages with iframes, especially cross-origin iframes. We'll fix this eventually...
확장 프로그램 기본 정보
이름 | Link to Here |
ID | fhpigohjannbboeplbkfdkojklnjiknh |
공식 URL | https://chromewebstore.google.com/detail/link-to-here/fhpigohjannbboeplbkfdkojklnjiknh |
설명 | Adds a context menu to link to the nearest anchor before the selected text. |
파일 크기 | 4.98 KB |
설치 횟수 | 168 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2013-02-20 |
출시 날짜 | 2013-02-19 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Jeffrey Yasskin |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link to Here", "version": "0.2.1", "manifest_version": 2, "minimum_chrome_version": "26", "description": "Adds a context menu to link to the nearest anchor before the selected text.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus" ], "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "offline_enabled": true } |