InBalance - minimal task tracker

Use the InBalance Tab themed extension to search directly from a new tab.

InBalance - minimal task tracker란 무엇입니까?

InBalance - minimal task tracker은(는) admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the InBalance Tab themed extension to search directly from a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

InBalance - minimal task tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An ideal extension for personal and work usage would be a versatile task management tool that combines the functionality of a to-do list with features specifically designed to cater to both personal and professional needs. New tab includes today’s date and current time along with quick access to the most visited websites.

Background, time format and the most visited websites of the extension can be customised to suit user preferences.

"By clicking "Add to Chrome", I accept and agree to install the 'InBalance' extension and set Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy
The InBalance extension replaces your New Tab search engine and provides a new search experience with search results by Microsoft Bing.

Terms of Use: https://inbalance-tab.com/pages/terms
Privacy Policy: https://inbalance-tab.com/pages/policy

For more information please visit: https://inbalance-tab.com/
Enjoy and please don't forget to  leave us a 5 start review!                    

확장 프로그램 기본 정보

이름 InBalance - minimal task tracker InBalance - minimal task tracker
ID njfjdepmlfapfeobfaflpcbgkackdljk
공식 URL https://chromewebstore.google.com/detail/inbalance-minimal-task-tr/njfjdepmlfapfeobfaflpcbgkackdljk
설명 Use the InBalance Tab themed extension to search directly from a new tab.
파일 크기 232 KB
설치 횟수 1,792
현재 버전 1.0.5
최근 업데이트 2023-07-18
출시 날짜 2023-07-04
평점 5.00/5 총 1 개의 평점
개발자 admin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://inbalance-tab.com/
도움말 페이지 URL https://inbalance-tab.com/pages/contact
개인정보 보호 정책 페이지 URL https://inbalance-tab.com/pages/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InBalance - minimal task tracker",
    "short_name": "InBalance",
    "version": "1.0.5",
    "description": "Use the InBalance Tab themed extension to search directly from a new tab.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "browser_style": false,
        "default_icon": "icons\/128.png",
        "default_title": "InBalance Tab"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "topSites",
        "storage"
    ]
}