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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Infinity Teams และคุณลักษณะหลักของมันคือ "Customize your new tab page.Now compatible with Kiwi browser, Lemur browser,etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Infinity New Tab for Mobile

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}