Infinity New Tab (Pro)

Infinity New Tab Pro allows you to customize your New Tab page

Infinity New Tab (Pro)คืออะไร?

Infinity New Tab (Pro) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.infinitynewtab.com และคุณลักษณะหลักของมันคือ "Infinity New Tab Pro allows you to customize your New Tab page"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Infinity New Tab (Pro) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Infinity New Tab (Pro) replaces the original new tab with your saved bookmarks and offers a variety of quick and useful features.

After installing this extension, you can use the following features:

1. Customize the icon as a website bookmark on your new tab page. When you custom add a bookmark, the title of the website is automatically crawling, which requires the permission of "Read and change all the data from the website you visited".

2. Customize the wallpaper on your new tab page.

3. Customize the search engine on your new tab page

4. Read and display the number of unread emails on your Gmail icon;.Show a notification when there is a new Gmail email;

5. Read and display the bookmarks of your Chrome;

6. Read and display or manage your history after your permission;

7. Read and display or manage your Chrome extensions and apps;

8. Read and display the websites you visit most often at the top bar;

9. Use the weather, to-do items, and notes features we provide in the sidebar.

10. Log in with a third-party account (Google, Facebook, WeChat, Weibo, QQ) to back up and sync your data.

11. Generate your bookmarks as shareable web pages for use on mobile devices or share with others.

12. You can receive notifications from us.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Infinity New Tab (Pro) Infinity New Tab (Pro)
ID nnnkddnnlpamobajfibfdgfnbcnkgngh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/infinity-new-tab-pro/nnnkddnnlpamobajfibfdgfnbcnkgngh
คำอธิบาย Infinity New Tab Pro allows you to customize your New Tab page
ขนาดไฟล์ 4.58 MB
จำนวนการติดตั้ง 429,574
เวอร์ชันปัจจุบัน 10.0.121
อัปเดตครั้งล่าสุด 2024-02-25
วันที่เผยแพร่ 2020-06-23
คะแนน 4.94/5 รวมทั้งหมด 24775 คะแนน
ผู้พัฒนา https://www.infinitynewtab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.infinitynewtab.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",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "background"
    ],
    "background": {
        "page": "background\/index.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "name": "__MSG_name_pro__",
    "description": "__MSG_extension_des_pro__",
    "browser_action": {
        "default_title": "__MSG_add_to_infinity__",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "32": "icon\/pro32.png",
            "96": "icon\/pro96.png",
            "128": "icon\/pro128.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en_US",
    "optional_permissions": [
        "https:\/\/google.com\/",
        "https:\/\/suggestion.baidu.com\/",
        "https:\/\/mail.google.com\/",
        "notifications",
        "bookmarks",
        "topSites",
        "history",
        "chrome:\/\/favicon\/",
        "management",
        ""
    ],
    "version": "10.0.121",
    "icons": {
        "32": "icon\/pro32.png",
        "96": "icon\/pro96.png",
        "128": "icon\/pro128.png"
    },
    "minimum_chrome_version": "57"
}