Incredible Tab

Default new tab take over with incredible background

Incredible Tab là gì?

Incredible Tab là một tiện ích mở rộng Chrome được phát triển bởi Incredible Tab, và tính năng chính của nó là "Default new tab take over with incredible background".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Incredible Tab is an extension that replaces the standard new tab page with the one that has a cute wallpaper background. You can easily change the wallpaper background by clicking on the button in the bottom left corner. 

The page has a text box in the middle that provides web search. Note that the extension can change the search provider in this box. 

You can also see the current date and time in the top right corner and the current weather in your city in the top left corner. Temperature units can be switched between Celsius and Fahrenheit by clicking on the temperature value.

By clicking "Add to Chrome", I accept and agree to installing the "Incredible Tab" Chrome extension and setting search engine on the new tab page to that provided by the service and the Terms of Use and Privacy Policy.

Terms of Use https://incredibletab.com/search/terms.html
Privacy Policy https://incredibletab.com/search/privacy.html
Contact Us https://incredibletab.com/search/contact.html
About Us https://incredibletab.com/search/about.html
Uninstall https://incredibletab.com/search/uninstall.html                    

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

Tên Incredible Tab Incredible Tab
ID gflfjkaefogddjfjcfcjdmnjemdfgicl
URL Chính Thức https://chrome.google.com/webstore/detail/incredible-tab/gflfjkaefogddjfjcfcjdmnjemdfgicl
Mô tả Default new tab take over with incredible background
Kích Thước Tệp 511 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-05-05
Ngày Phát Hành 2020-05-04
Đánh Giá 4.74/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Incredible Tab
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://incredibletab.com/search/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0",
    "name": "Incredible Tab",
    "description": "Default new tab take over with incredible background",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    }
}