Quickly open multiple URLs
Quickly open multiple URLs with one click
Quickly open multiple URLs란 무엇입니까?
Quickly open multiple URLs은(는) no.web.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly open multiple URLs with one click"입니다.
확장 프로그램 스크린샷
Quickly open multiple URLs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**Details** Implement a one-click extension icon to batch open user-defined multiple urls, while also allowing the allocation of a keyboard shortcut key. **Support** This tool is open source based on the MIT license. For more information, please visit: https://github.com/LightAPIs/quickly-open-multiple-urls
확장 프로그램 기본 정보
이름 | Quickly open multiple URLs |
ID | nejkfbfcdikidcojhbnhoojilngpcofc |
공식 URL | https://chromewebstore.google.com/detail/quickly-open-multiple-url/nejkfbfcdikidcojhbnhoojilngpcofc |
설명 | Quickly open multiple URLs with one click |
파일 크기 | 133 KB |
설치 횟수 | 223 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-07-01 |
출시 날짜 | 2021-07-01 |
개발자 | no.web.developer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/LightAPIs/quickly-open-multiple-urls |
도움말 페이지 URL | https://github.com/LightAPIs/quickly-open-multiple-urls |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quickly open multiple URLs", "description": "__MSG_extDes__", "version": "1.0.0", "author": "pana", "homepage_url": "https:\/\/github.com\/LightAPIs\/quickly-open-multiple-urls", "default_locale": "en", "options_page": "options.html", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_title": "Quickly open multiple URLs" }, "permissions": [ "storage" ] } |