Oh Remind Me!
A simple tool that makes your new tab page show your customized messages.
什么是Oh Remind Me!?
Oh Remind Me!是由mmmavis开发的Chrome扩展程序,该扩展的主要功能是“A simple tool that makes your new tab page show your customized messages.”。
扩展截图
下载Oh Remind Me!扩展crx文件
下载Oh Remind Me!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
◼ A simple tool that makes your new tab page show your customized messages. ◼ Designed to show short messages in big font. ◼ Serves as a good personal reminder tool. ◼◼◼ Note ◼◼◼ Initial version. New features on the way! Feedback and suggestions are welcome. =) ★ My other Chrome extension ★ Oh My Tabs! https://chrome.google.com/webstore/detail/oh-my-tabs/pafbcbpkhdaannjjnemdlohnoaecbohb
扩展基本信息
名称 | Oh Remind Me! |
ID | ipbipflodnkaldhkkibbbkcfnhmpkneg |
官方URL | https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg |
简介 | A simple tool that makes your new tab page show your customized messages. |
文件大小 | 1.09 MB |
安装次数 | 36 |
当前版本 | 1.0.2 |
更新时间 | 2013-03-28 |
上架时间 | 2013-03-27 |
评分 | 2.75/5 共8次评分 |
开发者 | mmmavis |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oh Remind Me!", "version": "1.0.2", "manifest_version": 2, "description": "A simple tool that makes your new tab page show your customized messages.", "icons": { "16": "images\/icon(16by16).png", "48": "images\/icon(48by48).png", "128": "images\/icon(128by128).png" }, "browser_action": { "default_icon": "images\/icon(128by128).png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "remindMe.html" } } |