Open Multiple website
Open Multiple Links easily
Open Multiple website란 무엇입니까?
Open Multiple website은(는) shubhankar1100에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Multiple Links easily"입니다.
확장 프로그램 스크린샷
Open Multiple website 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc To open each website in different tab is time consuming. So we will develop an extension which will automate this. Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go. We have to just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.
확장 프로그램 기본 정보
이름 | Open Multiple website |
ID | hedfombeoifnnpoglealldolfkjdohec |
공식 URL | https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec |
설명 | Open Multiple Links easily |
파일 크기 | 23.79 KB |
설치 횟수 | 115 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-03-25 |
출시 날짜 | 2017-03-24 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | shubhankar1100 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Multiple website", "description": "Open Multiple Links easily", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |