MineTab

A new tab with minecraft landscapes!

MineTab là gì?

MineTab là một tiện ích mở rộng Chrome được phát triển bởi Anaisha, và tính năng chính của nó là "A new tab with minecraft landscapes!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Minecraft Landscapes with To-Do List to replace your 'New Tab' page.

MineTab keeps you updated about the current date & time for better management of your daily tasks. Increase productivity by keeping track of your tasks.
Customizations are available between Dark Mode & Light Mode and temperature in °C or °F.

- Features
Minecraft Landscapes.
Displays current Date, Time, Temperature & Weather.
To-Do List: Saves your tasks in local storage.
Switch between Dark mode and Light mode in settings.
Switch between °C and °F value by clicking on temperature value.
Check the weather in another city in settings.
Pixel Weather Icons.

- Permissions
Location: For Temperature & Weather of current location.

Made by Anaisha.                    

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

Tên MineTab MineTab
ID ldpgfogidkbnjfafjkmkemeoegmlkejl
URL Chính Thức https://chromewebstore.google.com/detail/minetab/ldpgfogidkbnjfafjkmkemeoegmlkejl
Mô tả A new tab with minecraft landscapes!
Kích Thước Tệp 16.56 MB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2023-02-27
Ngày Phát Hành 2022-04-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Anaisha
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://minetab-privacy-policy.netlify.app
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MineTab",
    "version": "0.4",
    "description": "A new tab with minecraft landscapes!",
    "permissions": [
        "geolocation"
    ],
    "chrome_url_overrides": {
        "newtab": "minetab.html"
    },
    "action": {
        "default_title": "MineTab",
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 3
}