Initium New Tab

A new tab page that includes features such as top sites, current weather, RSS reader, calendar and much more.

Initium New Tab란 무엇입니까?

Initium New Tab은(는) Andrius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new tab page that includes features such as top sites, current weather, RSS reader, calendar and much more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Included features:
- Top visited sites
- Notepad
- Sticky notes
- RSS feed reader
- Clock
- Current and weekly weather
- Calendar with Google Calendar integration
- Tasks
- Timer
- Stopwatch
- Pomodoro timer
- Countdown timer
- Random daily background
- Ability to set your own background from URL or device                    

확장 프로그램 기본 정보

이름 Initium New Tab Initium New Tab
ID jmefobebfekofkbpfmjkmhjgaaaojkml
공식 URL https://chromewebstore.google.com/detail/initium-new-tab/jmefobebfekofkbpfmjkmhjgaaaojkml
설명 A new tab page that includes features such as top sites, current weather, RSS reader, calendar and much more.
파일 크기 869 KB
설치 횟수 547
현재 버전 5.19.0
최근 업데이트 2024-02-25
출시 날짜 2020-07-04
평점 4.09/5 총 11 개의 평점
개발자 Andrius
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.19.0",
    "name": "Initium New Tab",
    "description": "A new tab page that includes features such as top sites, current weather, RSS reader, calendar and much more.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlvDHbFeDXXQLiIFtPVMq9N\/nnHKK0sNjjVcRhfnEflc6CGnjQBX2EDmUelIt3CpfZ2gkDC64xZeZ6LpNe7okIoZkj\/lkD1JCr8oKCbzFoyLf\/\/DW08jYarqyI2F2fyjJuAj+NpA3UZX+bY9m3YE8m2M7MzTxEOGZXJYeSrrO11wOdfgd2jGoE22mYc4tWhyTKgtAQQ6pLQ3jN\/oXKO+ErVvmZbl7IrEK9BcwZwFy1d6K+o3blg+kHoh5EU28B\/lpV6huEoFe8QhDQgmSgSTyFlgXNzHXX60GX61EscqoahPg\/LQlMQ6UMcQ8KYqOEJvpUIdCrv+jn16btw+o74f0eQIDAQAB",
    "minimum_chrome_version": "112",
    "icons": {
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "oauth2": {
        "client_id": "561962038357-neq5b0s11nargst15mo9ngohlhi9odde.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "permissions": [
        "geolocation",
        "topSites",
        "storage",
        "favicon"
    ],
    "optional_permissions": [
        "identity"
    ]
}