MineTab
A new tab with minecraft landscapes!
Cos'è MineTab?
MineTab è un'estensione di Chrome sviluppata da Anaisha, e la sua funzione principale è "A new tab with minecraft landscapes!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MineTab
Scarica i file di estensione MineTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | MineTab |
ID | ldpgfogidkbnjfafjkmkemeoegmlkejl |
URL Ufficiale | https://chromewebstore.google.com/detail/minetab/ldpgfogidkbnjfafjkmkemeoegmlkejl |
Descrizione | A new tab with minecraft landscapes! |
Dimensione del File | 16.56 MB |
Conteggio Installazioni | 104 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2023-02-27 |
Data di Pubblicazione | 2022-04-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Anaisha |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://minetab-privacy-policy.netlify.app |
Lingue Supportate | 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 } |