URL Reminders
Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
URL Reminders란 무엇입니까?
URL Reminders은(는) Jack Steel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders"입니다.
확장 프로그램 스크린샷
URL Reminders 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Small and clean reminder extension for Chrome. Up to 50 different reminders can be set with a title and message, each reminder can have intervals, from days to minutes. Reminders can also be set to only go off when a specified webpage is open in your browser; useful for only reminding you when you actually need it. Please leave feedback or suggestions to help improve the extension. Credit: Browser Action Icon Created by Christopher Holm-Hansen from the Noun Project
확장 프로그램 기본 정보
이름 | |
ID | ppflglpgpdonobcefbcnppopodlemmog |
공식 URL | https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog |
설명 | Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders |
파일 크기 | 1.97 MB |
설치 횟수 | 64 |
현재 버전 | 0.95 |
최근 업데이트 | 2015-05-24 |
출시 날짜 | 2015-05-24 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | Jack Steel |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "name": "URL Reminders", "description": "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders", "version": "0.95", "author": "Jack Steel", "minimum_chrome_version": "40", "short_name": "Reminders", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/Alert.png" ], "permissions": [ "activeTab", "alarms", "storage", "tabs", "notifications" ] } |