iOS New Tab

An iOS inspired homepage.

iOS New Tabとは何ですか?

iOS New Tabはthomaidistheoによって開発されたChromeの拡張機能で、その主な機能は「An iOS inspired homepage.」です。

拡張機能のスクリーンショット

screenshot

iOS New Tab拡張機能のCRXファイルをダウンロード

iOS New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}