Bulk URL Opener
Opens a list of URLs
Bulk URL Opener란 무엇입니까?
Bulk URL Opener은(는) dmtrbrl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens a list of URLs"입니다.
확장 프로그램 스크린샷
Bulk URL Opener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Bulk URL Opener is a web extension that makes your online life a bit easier. It's perfect for anyone who needs to open a bunch of links at the same time. Here are the features: 1. Open URLs: Pop in a bunch of links, and voilà – they all open together. Super handy for when you've got a list of sites to check out. 2. History: The extension keeps a history of previously opened URLs. This is super helpful if you want to reopen those links later without having to remember or find them again. 3. Settings: • Lazy Load: Only loads a URL when you focus on its tab, keeping things smooth and your computer happy. • Random Order: Randomizes the order of opening your links, great for when you need a random sequence. • Appearance: Choose between a light or dark theme for the extension, or set it to 'auto' to match your system's theme. This makes the extension more comfortable to use and fits your personal style. As an open-source project, all contributions to improve and enhance this extension are welcome. In short, the Bulk URL Opener is a simple, user-friendly extension that's all about making your browsing a bit more convenient and a little less cluttered.
확장 프로그램 기본 정보
이름 | Bulk URL Opener |
ID | jclbjhflehefkfnibjdigljoaggchhcd |
공식 URL | https://chromewebstore.google.com/detail/bulk-url-opener/jclbjhflehefkfnibjdigljoaggchhcd |
설명 | Opens a list of URLs |
파일 크기 | 26.52 KB |
설치 횟수 | 97 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-12-07 |
출시 날짜 | 2023-12-07 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | dmtrbrl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dmtrbrl/bulk-url-opener |
도움말 페이지 URL | https://github.com/dmtrbrl/bulk-url-opener/discussions |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bulk URL Opener", "version": "1.0.0", "manifest_version": 3, "description": "Opens a list of URLs", "icons": { "32": "\/icons\/icon-32.png", "128": "\/icons\/icon-128.png" }, "action": { "default_icon": "\/icons\/icon-32.png", "default_popup": "app.html" }, "incognito": "split" } |