iOS New Tab

An iOS inspired homepage.

iOS New Tab là gì?

iOS New Tab là một tiện ích mở rộng Chrome được phát triển bởi thomaidistheo, và tính năng chính của nó là "An iOS inspired homepage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng iOS New Tab

Tải xuống các tệp mở rộng iOS New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iOS New Tab iOS New Tab
ID pkokgcljjiaecdnebgfndlnnnhoibonf
URL Chính Thức https://chrome.google.com/webstore/detail/ios-new-tab/pkokgcljjiaecdnebgfndlnnnhoibonf
Mô tả An iOS inspired homepage.
Kích Thước Tệp 561 KB
Số Lần Cài Đặt 768
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-01-25
Ngày Phát Hành 2020-04-01
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển thomaidistheo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}