SuiteTab

It's sweet because it's a suite

SuiteTab란 무엇입니까?

SuiteTab은(는) Sean Mumby에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's sweet because it's a suite"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        SuiteTab is an extension introducing a fresh new tab when browsing the internet. Including features such as a to-do checklist, note tabs, bookmarks, live countdowns, customisable backgrounds and a live weather update. 


v1.0.3
-Increased fontsize of textarea
-Page zoom customisable and fits every monitor resolution
-New colour palette and colour selector
-Performance improvements

v1.0.2
-Fixed display button issue

v1.0.1
-Access to fullscreen, normal or background only
-Empty todo task message now displays after the list updates
-No longer a minor height bump when switching to backgrounds tab

v1.0
-Release                    

확장 프로그램 기본 정보

이름 SuiteTab SuiteTab
ID cokknnkbhfpgmaholfojjapjihgemjcb
공식 URL https://chromewebstore.google.com/detail/suitetab/cokknnkbhfpgmaholfojjapjihgemjcb
설명 It's sweet because it's a suite
파일 크기 1.76 MB
설치 횟수 91
현재 버전 1.0.3
최근 업데이트 2020-06-03
출시 날짜 2020-06-03
평점 5.00/5 총 5 개의 평점
개발자 Sean Mumby
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://suitetab.herokuapp.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "\/imgs\/icon48.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "It's sweet because it's a suite",
    "icons": {
        "16": "\/imgs\/icon16.png",
        "48": "\/imgs\/icon48.png",
        "128": "\/imgs\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.google.com\/"
    ],
    "manifest_version": 2,
    "name": "SuiteTab",
    "version": "1.0.3"
}