iTab New Tab

iTab is a new personalized tab with free customized widgets: Calender, Weather, Breaking News, Wallpapers and so on.

iTab New Tabคืออะไร?

iTab New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://itab.link และคุณลักษณะหลักของมันคือ "iTab is a new personalized tab with free customized widgets: Calender, Weather, Breaking News, Wallpapers and so on."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        iTab新标签页,强大的浏览器新标签页,可以自定义自己网站捷径, 以及搜索引擎. 并且内置多个app等功能. 可以设置捷径图标样式,一个让你不受广告干扰的个性化卡片式起始页插件,创建和编辑属于您自己的浏览器标签页,精美日历、炫酷天气、每日头条、海量壁纸、常用网址随心订制                    

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

ชื่อ iTab New Tab iTab New Tab
ID mhloojimgilafopcmlcikiidgbbnelip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/itab-new-tab/mhloojimgilafopcmlcikiidgbbnelip
คำอธิบาย iTab is a new personalized tab with free customized widgets: Calender, Weather, Breaking News, Wallpapers and so on.
ขนาดไฟล์ 2.02 MB
จำนวนการติดตั้ง 220,171
เวอร์ชันปัจจุบัน 1.3.52.1
อัปเดตครั้งล่าสุด 2024-02-04
วันที่เผยแพร่ 2021-06-06
คะแนน 4.72/5 รวมทั้งหมด 601 คะแนน
ผู้พัฒนา https://itab.link
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://itab.link/?from=chrome
URL หน้านโยบายความเป็นส่วนตัว https://itab.link/guide/privacy.html
ภาษาที่รองรับ de,en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "version": "1.3.52.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "64": "icon\/icon_64.png",
        "128": "icon\/icon_128.png",
        "192": "icon\/icon_192.png",
        "512": "icon\/icon_512.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.codelife.cc\/*"
        ]
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "background",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon\/icon_64.png",
        "default_title": "iTab New Tab",
        "default_popup": "dist\/popup.html"
    },
    "optional_permissions": [
        "https:\/\/google.com\/",
        "https:\/\/www.baidu.com\/",
        "notifications"
    ],
    "chrome_url_overrides": {
        "newtab": "dist\/index.html"
    }
}