iStart New Tab
Simple and practical start page
iStart New Tab란 무엇입니까?
iStart New Tab은(는) wetabgroup에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple and practical start page"입니다.
확장 프로그램 스크린샷
iStart New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
iStart New Tab is a Simple and practical start page. By clicking "Add to Chrome", I accept and agree to installing the: iStart New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use URL and Policy URL. Terms of Use: https://policies.extfans.com/policies/terms/iStart-New-Tab.html Privacy Policy:https://policies.extfans.com/policies/privacy/iStart-New-Tab.html Contact us: https://policies.extfans.com/policies/contact/iStart-New-Tab.html About us: https://policies.extfans.com/policies/about/iStart-New-Tab.html
확장 프로그램 기본 정보
이름 | iStart New Tab |
ID | dihekmadkkcgnffajefocfamnpimlhah |
공식 URL | https://chromewebstore.google.com/detail/istart-new-tab/dihekmadkkcgnffajefocfamnpimlhah |
설명 | Simple and practical start page |
파일 크기 | 19.58 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-06-15 |
출시 날짜 | 2023-04-30 |
평점 | 4.60/5 총 10 개의 평점 |
개발자 | wetabgroup |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://policies.extfans.com/policies/privacy/iStart-New-Tab.html |
지원되는 언어 | en |
manifest.json | |
{ "background": { "service_worker": "background\/background.js" }, "action": { "default_icon": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "description": "__MSG_extdesc__", "icons": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" }, "manifest_version": 3, "name": "__MSG_extname__", "host_permissions": [ "https:\/\/*.istartnewtab.com\/", "https:\/\/istartnewtab.com\/" ], "permissions": [ "cookies" ], "optional_permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6" } |