Multi-links
Open multiple links at once.
Multi-links란 무엇입니까?
Multi-links은(는) hanyoud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open multiple links at once."입니다.
확장 프로그램 스크린샷
Multi-links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A useful extension to open multiple links at once. Links (separated by newlines) contain valid URLs will be opened in new tabs, with the invalid data being ignored. 1). Customize maximum number of links will be opened at once; 2). Customize interval time between opening two links. Source code: https://code.google.com/p/multi-links/
확장 프로그램 기본 정보
이름 | Multi-links |
ID | gflgnmgilmokfhbckilljalhemjjeldl |
공식 URL | https://chromewebstore.google.com/detail/multi-links/gflgnmgilmokfhbckilljalhemjjeldl |
설명 | Open multiple links at once. |
파일 크기 | 8.71 KB |
설치 횟수 | 11,227 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2013-12-31 |
출시 날짜 | 2013-12-31 |
평점 | 4.56/5 총 18 개의 평점 |
개발자 | hanyoud |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi-links", "short_name": "Multi-links", "description": "Open multiple links at once.", "version": "1.2.3", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |