iStart New Tab

Simple and practical start page

iStart New Tab là gì?

iStart New Tab là một tiện ích mở rộng Chrome được phát triển bởi wetabgroup, và tính năng chính của nó là "Simple and practical start page".

Ả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 iStart New Tab

Tải xuống các tệp mở rộng iStart 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

                        iStart New Tab is a Simple and practical start page.

By clicking "Add to Chrome", I accept and agree to installing the: iStart New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use URL and Policy URL.


Terms of Use: https://policies.extfans.com/policies/terms/iStart-New-Tab.html

Privacy Policy:https://policies.extfans.com/policies/privacy/iStart-New-Tab.html 

Contact us: https://policies.extfans.com/policies/contact/iStart-New-Tab.html

About  us:  https://policies.extfans.com/policies/about/iStart-New-Tab.html                    

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

Tên iStart New Tab iStart New Tab
ID dihekmadkkcgnffajefocfamnpimlhah
URL Chính Thức https://chromewebstore.google.com/detail/istart-new-tab/dihekmadkkcgnffajefocfamnpimlhah
Mô tả Simple and practical start page
Kích Thước Tệp 19.58 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-06-15
Ngày Phát Hành 2023-04-30
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển wetabgroup
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://policies.extfans.com/policies/privacy/iStart-New-Tab.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extname__",
    "host_permissions": [
        "https:\/\/*.istartnewtab.com\/",
        "https:\/\/istartnewtab.com\/"
    ],
    "permissions": [
        "cookies"
    ],
    "optional_permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6"
}