New tab speeddial v2
Personal new tab page v2
New tab speeddial v2란 무엇입니까?
New tab speeddial v2은(는) @rubix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Personal new tab page v2"입니다.
확장 프로그램 스크린샷
New tab speeddial v2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Version 2 of my famous new tab extension. Links are not editable, feel free to fork the code https://github.com/rub1/startpage-v2
확장 프로그램 기본 정보
이름 | New tab speeddial v2 |
ID | iekhhppnomnclfcchdlfnlnfmdlbfono |
공식 URL | https://chromewebstore.google.com/detail/new-tab-speeddial-v2/iekhhppnomnclfcchdlfnlnfmdlbfono |
설명 | Personal new tab page v2 |
파일 크기 | 9.2 KB |
설치 횟수 | 161 |
현재 버전 | 2.2.0 |
최근 업데이트 | 2019-04-06 |
출시 날짜 | 2019-04-06 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | @rubix |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rub1/startpage-v2 |
도움말 페이지 URL | https://github.com/rub1/startpage-v2/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New tab speeddial v2", "short_name": "NTSpeed2", "description": "Personal new tab page v2", "version": "2.2.0", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs", "topSites" ], "minimum_chrome_version": "29", "web_accessible_resources": [ "index.html", "css\/style.css" ] } |