Deep Link
Create a link to a specific portion of a page by selecting a text snippet and using right click of a mouse.
Deep Link란 무엇입니까?
Deep Link은(는) dejan-tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a link to a specific portion of a page by selecting a text snippet and using right click of a mouse."입니다.
확장 프로그램 스크린샷
Deep Link 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you sharing a link to a very long page and want users to land on a specific section of it? Use this extension to create deep links to web pages and send users to any text part of the page. This is useful when sharing long articles, manuals and other long online documents. How this extension works: 1. Highlight a short piece of text on any web page 2. Right click and select "copy text fragment" 3. Paste the link to share with others When someone clicks on your deep link they'll land on the exact part of the text you wanted.
확장 프로그램 기본 정보
이름 | Deep Link |
ID | bkkmlnpmddopcofdbpbbpekcmpgioiob |
공식 URL | https://chromewebstore.google.com/detail/deep-link/bkkmlnpmddopcofdbpbbpekcmpgioiob |
설명 | Create a link to a specific portion of a page by selecting a text snippet and using right click of a mouse. |
파일 크기 | 220 KB |
설치 횟수 | 359 |
현재 버전 | 1.2 |
최근 업데이트 | 2022-03-03 |
출시 날짜 | 2020-05-31 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | dejan-tools |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": "images\/icon.png" }, "description": "Create a link to a specific portion of a page by selecting a text snippet and using right click of a mouse.", "icons": { "128": "images\/icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2qSeplf\/HWOkBclsQ5KsIE4z2XHU7RhrnQ+xeVjnliZ\/YwQhhBxRI3q1dne9o2egDFJmRCvaayvfUWRwIyAFZp1yXf0AYv4XP\/CBz\/t4cZBky2TEl0C1TeQxhtkOdC\/+WRHSrzF8CzKxL1LTMUua7yMiGRqf3EatVtXybh+YbLQBnOChQYyqqb\/IJWQ8I0VRRMsLGgQrYandtw4UoZG\/RJisMFaNXJKtyH7AOF8oUgvfLKoYMEYwewezl0BH+uqd\/GX9lCn7wSJK\/9\/INDM0XhVIvp\/nVSU0UuKOrcDQZK+POgL90qJ4iiG6VDlNyRVqKol0WdqmUZ06GAjUM7m2nwIDAQAB", "manifest_version": 3, "name": "Deep Link", "permissions": [ "contextMenus", "scripting" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |