Link Builder
A plugin to build and open links in new tabs quickly
Link Builder란 무엇입니까?
Link Builder은(는) Yohei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A plugin to build and open links in new tabs quickly"입니다.
확장 프로그램 스크린샷
Link Builder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily add commonly used URL prefixes and open tabs from selected text. Instructions: 1. Add your commonly used URL prefix (eg. "http://m.mlb.com/player/") 2. Select text on a webpage to build a new URL (eg. "605141") 3. After selecting the text, right click and select the prefix 4. You'll see the newly constructed URL open in a new tab (eg. "http://m.mlb.com/player/605141") Extra: 1. If you select text that has whitespaces, you can open multiple tabs at once (eg. "605141 660271") 2. Adding a blank URL prefix will enable you to open new tabs without any prefixes. This may come in handy if you select a couple of URLs and want to open all of them in separate tabs in one click. 3. Use "{}" as a placeholder. If a url contains "{}", the "{}" portion will be replaced instead of the text being appended to the end
확장 프로그램 기본 정보
이름 | Link Builder |
ID | dejdoojikkdnjajianfjdgobfknnafan |
공식 URL | https://chromewebstore.google.com/detail/link-builder/dejdoojikkdnjajianfjdgobfknnafan |
설명 | A plugin to build and open links in new tabs quickly |
파일 크기 | 43.64 KB |
설치 횟수 | 91 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2019-07-14 |
출시 날짜 | 2019-07-14 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Yohei |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Builder", "description": "A plugin to build and open links in new tabs quickly", "version": "0.1.0", "permissions": [ "contextMenus", "storage" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon38.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |