Infinity V+ New Tab
Custom newtab,add websites and applications,Automatically get web icons,a simple and stylish chrome Internet navigation,Speed Dial
Infinity V+ New Tab란 무엇입니까?
Infinity V+ New Tab은(는) Super Extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom newtab,add websites and applications,Automatically get web icons,a simple and stylish chrome Internet navigation,Speed Dial"입니다.
확장 프로그램 스크린샷
Infinity V+ New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replace new tab with a quick speed dial. * You can custom bookmarks in your new tab * You can set the new tab wallpaper * You can create a group for your bookmarks By clicking "Add to Chrome", you accept and agree to installing “Infinity V+ New Tab” extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing. Privacy Policy: 🔗 https://policies.extfans.com/policies/privacy/infinity-tab.html Term of Use: 🔗 https://policies.extfans.com/policies/terms/infinity-tab.html About Us: 🔗 https://policies.extfans.com/policies/about/infinity-tab.html Contact Us:🔗 https://policies.extfans.com/policies/contact/infinity-tab.html
확장 프로그램 기본 정보
이름 | Infinity V+ New Tab |
ID | bpgaffohfacaamplbbojgbiicfgedmoi |
공식 URL | https://chromewebstore.google.com/detail/infinity-v+-new-tab/bpgaffohfacaamplbbojgbiicfgedmoi |
설명 | Custom newtab,add websites and applications,Automatically get web icons,a simple and stylish chrome Internet navigation,Speed Dial |
파일 크기 | 2.2 MB |
설치 횟수 | 5,349 |
현재 버전 | 2.2.9 |
최근 업데이트 | 2023-04-01 |
출시 날짜 | 2021-06-23 |
평점 | 4.72/5 총 537 개의 평점 |
개발자 | Super Extension |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://policies.extfans.com/policies/contact/infinity-tab.html |
개인정보 보호 정책 페이지 URL | https://policies.extfans.com/policies/privacy/infinity-tab.html |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "js\/background.js" }, "default_locale": "en", "description": "__MSG_extdesc__", "icons": { "128": "img\/ico128.png", "16": "img\/ico16.png", "48": "img\/ico48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjxwFsTSWGZZ6Csuw0Jtye+wALbxo\/lLzr7UDVBIfOO7DfRDHd0fRzbGr8QQDnNNPoGQs4zlQCfBqepJC633kjNKdVblcMaJ7S7WsCab85pAr782AUdnqdxH+Zk\/lCmPtb5aHRHdqwD+7nKSc+2cx74TgZkPFWLOv7v4NnJ8WR\/f9+wndQD4Yv8yy5vXgWN28JSdQV1xuYwFOKw0FA\/yelNC9GgBRr74nRit5JauoEbR8qkiE1CHgCMnRA2czNsaCwKnCJIIljznUYFUr709lZ5qrLIzHetwBgzETb2B12pOGPPmX4OzfFN8bonOoxk1hyOCNV6CW\/hNN5NALTXQS2wIDAQAB", "manifest_version": 3, "name": "__MSG_extname__", "offline_enabled": true, "host_permissions": [ "https:\/\/www.yearnnewtab.com\/" ], "permissions": [ "management", "bookmarks", "unlimitedStorage", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.2.9" } |