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은(는) https://itab.link에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

iTab New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}