Web Reminder
Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
Web Reminder là gì?
Web Reminder là một tiện ích mở rộng Chrome được phát triển bởi http://yarni.net, và tính năng chính của nó là "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Web Reminder
Tải xuống các tệp mở rộng Web Reminder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | liibflmbnhcmcfmggbpgajocelbgehcf |
URL Chính Thức | https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf |
Mô tả | Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time. |
Kích Thước Tệp | 1.08 MB |
Số Lần Cài Đặt | 535 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2015-08-30 |
Ngày Phát Hành | 2015-08-30 |
Đánh Giá | 4.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | http://yarni.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |