Web Reminder
Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
Web Reminder란 무엇입니까?
Web Reminder은(는) http://yarni.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time."입니다.
확장 프로그램 스크린샷
Web Reminder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Website Reminder helps you to remember to visit the current or recent bookmarked website later or at a certain time. You can define a time period or a specific time, when you want to be remind to visit the web page. Idea from http://requestforstartup.co/ by @MohammadRizeg Please send me feedback, bug reports and feature requests. Use cases: - Blogs, which update periodically - Shopping sites with offers, like Ebay, Amazom co - Job listings - etc Bookmarks are not enough, remember to visit the page! Note: You time must be synchronized automatically, otherwise the alarms will not work properly.
확장 프로그램 기본 정보
이름 | |
ID | liibflmbnhcmcfmggbpgajocelbgehcf |
공식 URL | https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf |
설명 | Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time. |
파일 크기 | 1.08 MB |
설치 횟수 | 535 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2015-08-30 |
출시 날짜 | 2015-08-30 |
평점 | 4.00/5 총 12 개의 평점 |
개발자 | http://yarni.net |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Reminder", "version": "1.1.2", "description": "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.", "browser_action": { "default_icon": "img\/icon64t.png", "default_title": "Reminder Tab", "default_popup": "panel.html" }, "icons": { "128": "img\/icon128n.png" }, "permissions": [ "activeTab", "storage", "alarms", "notifications", "bookmarks", "contextMenus" ], "background": { "persistent": false, "scripts": [ "vendor\/jquery\/dist\/jquery.min.js", "js\/back.js" ] }, "manifest_version": 2 } |