MineTab

A new tab with minecraft landscapes!

Co to jest MineTab?

MineTab to rozszerzenie Chrome opracowane przez Anaisha, a jego główną funkcją jest „A new tab with minecraft landscapes!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MineTab

Pobierz pliki rozszerzeń MineTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MineTab MineTab
ID ldpgfogidkbnjfafjkmkemeoegmlkejl
Oficjalny URL https://chromewebstore.google.com/detail/minetab/ldpgfogidkbnjfafjkmkemeoegmlkejl
Opis A new tab with minecraft landscapes!
Rozmiar pliku 16.56 MB
Liczba instalacji 104
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2023-02-27
Data Publikacji 2022-04-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Anaisha
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://minetab-privacy-policy.netlify.app
Obsługiwane Języki 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
}