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?
Site Reminder是由Boutell.Com, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."”。
扩展截图
下载Site Reminder扩展crx文件
下载Site Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
官方URL | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
简介 | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
文件大小 | 12.49 KB |
安装次数 | 478 |
当前版本 | 1.0.3 |
更新时间 | 2013-09-30 |
上架时间 | 2013-09-29 |
评分 | 4.43/5 共21次评分 |
开发者 | Boutell.Com, Inc. |
付费类型 | free |
支持的语言 | 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" ] } |