hyperlinker
creates hyperlinks from plain text on website
hyperlinker란 무엇입니까?
hyperlinker은(는) KoharaKazuya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "creates hyperlinks from plain text on website"입니다.
확장 프로그램 스크린샷
hyperlinker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple Google Chrome extension creates hyperlinks from plain text on website. HyperLinker provides two ways to create hyperlinks. 1. Use Chrome keyboard shortcuts (default Alt+Shift+H for hyperlinker) to toggle activate/deactivate hyperlinks. 2. At every click the HyperLinker icon (in chrome menu), toggle activate/deactivate hyperlinks.
확장 프로그램 기본 정보
이름 | |
ID | ipbklljhldnlobbmnjaalbebbahamcmk |
공식 URL | https://chrome.google.com/webstore/detail/hyperlinker/ipbklljhldnlobbmnjaalbebbahamcmk |
설명 | creates hyperlinks from plain text on website |
파일 크기 | 17.26 KB |
설치 횟수 | 38 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2021-04-04 |
출시 날짜 | 2019-11-09 |
개발자 | KoharaKazuya |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hyperlinker", "description": "creates hyperlinks from plain text on website", "version": "2.0.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "icons": { "48": "assets\/images\/icon48_disabled.png", "128": "assets\/images\/icon128_disabled.png" }, "background": { "service_worker": "background.js" }, "action": { "name": "Toggle URL activation" }, "commands": { "toggle-hyperlink-activation": { "suggested_key": { "default": "Alt+Shift+H" }, "description": "Toggle URL activation" } } } |