Remaining : A New Tab Extension

The coolest new tab extension which will tell you how much time is left in year, month, week and day.

Remaining : A New Tab Extension란 무엇입니까?

Remaining : A New Tab Extension은(는) gauravmehla에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The coolest new tab extension which will tell you how much time is left in year, month, week and day."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Remaining : A New Tab Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The coolest new tab extension which will let you know how much time is left in year, month, week or day. It will keep motivate you to do things as time is passing out.

Stay Motivated                    

확장 프로그램 기본 정보

이름 Remaining : A New Tab Extension Remaining : A New Tab Extension
ID nnkdehdcffmohpahglchigmmnmahpdjo
공식 URL https://chromewebstore.google.com/detail/remaining-a-new-tab-exten/nnkdehdcffmohpahglchigmmnmahpdjo
설명 The coolest new tab extension which will tell you how much time is left in year, month, week and day.
파일 크기 816 KB
설치 횟수 18
현재 버전 1.0.2
최근 업데이트 2018-05-06
출시 날짜 2018-05-05
평점 5.00/5 총 1 개의 평점
개발자 gauravmehla
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://gauravmehla.github.io/Remaining
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remaining : A New Tab Extension",
    "short_name": "Remaining : A New Tab Extension",
    "description": "The coolest new tab extension which will tell you how much time is left in year, month, week and day.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": ".\/icons\/38.png"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "24": ".\/icons\/24.png",
        "32": ".\/icons\/32.png",
        "64": ".\/icons\/64.png",
        "128": ".\/icons\/128.png",
        "256": ".\/icons\/256.png",
        "512": ".\/icons\/512.png"
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "index.html"
    ]
}