Triton Tab

Enjoy stunning wallpapers and customize your new tab - use our additional tools to boost your focus

Triton Tab là gì?

Triton Tab là một tiện ích mở rộng Chrome được phát triển bởi tritontab.com, và tính năng chính của nó là "Enjoy stunning wallpapers and customize your new tab - use our additional tools to boost your focus".

Ả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 Triton Tab

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

                        🌊 Triton Tab is a custom dashboard that replaces your new tab page. It's featuring time, weather, and location widgets, settings for customizing your new tab page appearance, and a refreshing button for changing your background. 

By clicking “Add to Chrome”, You accept and agree to installing the Triton Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be powered by Microsoft Bing

🌊 Mentioning background, we must state that every time you open a new tab a new stunning wallpaper will be background of your working space. As the name itself says, Triton tab is inspired by the beauty of the sea motives.

🌊 Beautiful, sea-inspired blue-ish wallpapers are specific for this extension. This is the perfect theme for real sea lovers. Or at least, if you can't be working from the beach, enjoy having vivid sea pictures on your background. 

Feel free to contact us. Also, you can find more information about us and our work on links below. Enjoy browsing the internet 😊:
       🌊 Homepage:     http://tritontab.com/
       🌊 Contact form:  https://tritontab.com/#contact
       🌊 Privacy Policy: https://tritontab.com/privacy-policy.html                    

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

Tên Triton Tab Triton Tab
ID jojcggbgecfkleddlhipmncgonjckaaj
URL Chính Thức https://chromewebstore.google.com/detail/triton-tab/jojcggbgecfkleddlhipmncgonjckaaj
Mô tả Enjoy stunning wallpapers and customize your new tab - use our additional tools to boost your focus
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 45,755
Phiên Bản Hiện Tại 4.0.4
Cập Nhật Lần Cuối 2023-07-24
Ngày Phát Hành 2021-11-25
Đánh Giá 4.97/5 Tổng số 39 Đánh Giá
Nhà Phát Triển tritontab.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tritontab.com/
URL Trang Trợ Giúp https://tritontab.com/#contact
URL Trang Chính Sách Bảo Mật http://tritontab.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Triton Tab",
    "description": "Enjoy stunning wallpapers and customize your new tab - use our additional tools to boost your focus",
    "version": "4.0.4",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "64": "\/images\/64.png",
        "128": "\/images\/128.png"
    },
    "short_name": "Triton",
    "chrome_url_overrides": {
        "newtab": "html\/new_tab_page.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/tritontab.com\/*",
        "*:\/\/json.geoiplookup.io\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    }
}