Infinity New Tab for Mobile
Customize your new tab page.Now compatible with Kiwi browser, Lemur browser,etc.
Infinity New Tab for Mobile란 무엇입니까?
Infinity New Tab for Mobile은(는) Infinity Teams에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your new tab page.Now compatible with Kiwi browser, Lemur browser,etc."입니다.
확장 프로그램 스크린샷
Infinity New Tab for Mobile 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Infinity New Tab Mobile Browser Special Edition is available for Kiwi, Lemur and other mobile browsers that support extensions Infinity New Tab for Mobile offers you the following features: * Choose from the wallpaper library for mobile browsers, or use your local wallpaper * Add bookmarks to your new tab page and customize bookmark icons and URLs * Create folders to manage your new tab bookmark collection * Multiple search engines are easy to switch, you can also customize the search engine * Todos widget * Notes widget * Log in to your account to sync data with Infinity Homepage web version, Infinity New Tab Chrome extension * You can log out of your account at any time
확장 프로그램 기본 정보
이름 | Infinity New Tab for Mobile |
ID | pdfladlchakneeclhmpoboohikpbchkj |
공식 URL | https://chromewebstore.google.com/detail/infinity-new-tab-for-mobi/pdfladlchakneeclhmpoboohikpbchkj |
설명 | Customize your new tab page.Now compatible with Kiwi browser, Lemur browser,etc. |
파일 크기 | 3.26 MB |
설치 횟수 | 4,158 |
현재 버전 | 3.0.17 |
최근 업데이트 | 2022-09-27 |
출시 날짜 | 2022-01-27 |
평점 | 4.13/5 총 15 개의 평점 |
개발자 | Infinity Teams |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://m.inftab.com |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,da,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_des__", "manifest_version": 2, "default_locale": "en_US", "background": { "page": "background\/index.html", "persistent": true }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "browser_action": { "default_title": "__MSG_add_to_infinity__", "default_popup": "popup\/index.html", "default_icon": { "32": "icon\/icon32.png", "96": "icon\/icon96.png", "128": "icon\/icon128.png" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "storage", "unlimitedStorage", "activeTab", "notifications", "https:\/\/google.com\/", "https:\/\/suggestion.baidu.com\/", "background" ], "optional_permissions": [], "version": "3.0.17", "icons": { "32": "icon\/icon32.png", "96": "icon\/icon96.png", "128": "icon\/icon128.png" }, "minimum_chrome_version": "80" } |