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" } } |