MineTab
A new tab with minecraft landscapes!
什麼是MineTab?
MineTab是由Anaisha開發的Chrome擴展程式,該擴展的主要功能是“A new tab with minecraft landscapes!”。
擴展截圖
下載MineTab擴展crx文件
下載MineTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | MineTab |
ID | ldpgfogidkbnjfafjkmkemeoegmlkejl |
官方網址 | https://chromewebstore.google.com/detail/minetab/ldpgfogidkbnjfafjkmkemeoegmlkejl |
簡介 | A new tab with minecraft landscapes! |
檔案大小 | 16.56 MB |
安裝次數 | 104 |
目前版本 | 0.4 |
更新時間 | 2023-02-27 |
上架時間 | 2022-04-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Anaisha |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://minetab-privacy-policy.netlify.app |
支援的語言 | 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 } |