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文件
下載Infinity New Tab for Mobile擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |