Site Reminder
Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Site Reminder là gì?
Site Reminder là một tiện ích mở rộng Chrome được phát triển bởi Boutell.Com, Inc., và tính năng chính của nó là "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".
Ả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 Site Reminder
Tải xuống các tệp mở rộng Site 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
Ever have trouble remembering not to tweet personal stuff from the company account? I do that all the time. It's an easy problem to solve. Just click Site Reminder to set up personal reminders for websites and individual pages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
URL Chính Thức | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
Mô tả | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
Kích Thước Tệp | 12.49 KB |
Số Lần Cài Đặt | 478 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2013-09-30 |
Ngày Phát Hành | 2013-09-29 |
Đánh Giá | 4.43/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Boutell.Com, Inc. |
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": "Site Reminder", "version": "1.0.3", "manifest_version": 2, "description": "Add custom reminders at the top of any page or site, like \"don't forget this is the company's Twitter account.\"", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "icons": [ "icon.png", "large-icon.png" ], "default_popup": "backendController.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "warning.html" ] } |