iOS New Tab

An iOS inspired homepage.

iOS New Tab란 무엇입니까?

iOS New Tab은(는) thomaidistheo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An iOS inspired homepage."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Simple startpage for Chrome. Design is inspired by the iOS design language.

Contains a search bar, a functioning todo list and shortcuts to some basic websites. Future updates will include ability to choose what website will be displayed.                    

확장 프로그램 기본 정보

이름 iOS New Tab iOS New Tab
ID pkokgcljjiaecdnebgfndlnnnhoibonf
공식 URL https://chrome.google.com/webstore/detail/ios-new-tab/pkokgcljjiaecdnebgfndlnnnhoibonf
설명 An iOS inspired homepage.
파일 크기 561 KB
설치 횟수 768
현재 버전 1.3
최근 업데이트 2021-01-25
출시 날짜 2020-04-01
평점 3.67/5 총 3 개의 평점
개발자 thomaidistheo
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iOS New Tab",
    "description": "An iOS inspired homepage.",
    "version": "1.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "\/assets\/photos\/favicon-4.png",
        "default_popup": "\/todo app\/todo.html",
        "default_title": "ToDo List"
    },
    "permission": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "\/assets\/js\/greeting.js"
        ],
        "persistent": false
    }
}