MineTab

A new tab with minecraft landscapes!

MineTabคืออะไร?

MineTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anaisha และคุณลักษณะหลักของมันคือ "A new tab with minecraft landscapes!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MineTab

ดาวน์โหลดไฟล์ส่วนขยาย 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 MineTab
ID ldpgfogidkbnjfafjkmkemeoegmlkejl
URL อย่างเป็นทางการ 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
}