MineTab

A new tab with minecraft landscapes!

MineTab란 무엇입니까?

MineTab은(는) Anaisha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new tab with minecraft landscapes!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

MineTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}