Today's Date

Show's you today's date and some other info...

Today's Date란 무엇입니까?

Today's Date은(는) https://singleclickapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show's you today's date and some other info..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Today's Date 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just a simple extension that will show you today's date and some related info. 

Click on the icon and you'll get: today's date, week, day of the week, the roman year, how many days left to new year and, if you click on another date, the difference between the current date and selected one ...

You can change the date format on the options page (right-click on the extension's icon and select "Options")                    

확장 프로그램 기본 정보

이름 Today's Date Today's Date
ID lpcdfhjklgjchkpphafdcadodnbgkllm
공식 URL https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm
설명 Show's you today's date and some other info...
파일 크기 67.12 KB
설치 횟수 663
현재 버전 1.0.0.0
최근 업데이트 2017-10-12
출시 날짜 2017-10-12
평점 4.75/5 총 4 개의 평점
개발자 https://singleclickapps.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://singleclickapps.com/todays-extension
개인정보 보호 정책 페이지 URL https://singleclickapps.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Today's  Date ",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/todays-extension",
    "description": "Show's you today's date and some other info...",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [],
    "offline_enabled": true,
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Today's Date",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}