URL Reminders
Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
URL Reminders là gì?
URL Reminders là một tiện ích mở rộng Chrome được phát triển bởi Jack Steel, và tính năng chính của nó là "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders".
Ả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 URL Reminders
Tải xuống các tệp mở rộng URL Reminders 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ppflglpgpdonobcefbcnppopodlemmog |
URL Chính Thức | https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog |
Mô tả | Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders |
Kích Thước Tệp | 1.97 MB |
Số Lần Cài Đặt | 64 |
Phiên Bản Hiện Tại | 0.95 |
Cập Nhật Lần Cuối | 2015-05-24 |
Ngày Phát Hành | 2015-05-24 |
Đánh Giá | 3.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Jack Steel |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |