Remind Me Daily

Periodically remind yourself to off work

Remind Me Daily란 무엇입니까?

Remind Me Daily은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Periodically remind yourself to off work"입니다.

Remind Me Daily 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Remind me daily app is used for reminding the things daily which we neglect but important.                    

확장 프로그램 기본 정보

이름 Remind Me Daily Remind Me Daily
ID mdlggkppockhincggookkkfoibpnfpfk
공식 URL https://chromewebstore.google.com/detail/remind-me-daily/mdlggkppockhincggookkkfoibpnfpfk
설명 Periodically remind yourself to off work
파일 크기 98.79 KB
설치 횟수 90
현재 버전 1.0
최근 업데이트 2016-09-23
출시 날짜 2016-09-22
평점 3.33/5 총 3 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 http://www.wtindia.co.in
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remind Me Daily",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Periodically remind yourself to off work",
    "homepage_url": "http:\/\/www.wtindia.co.in",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "tts"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}