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