Don't Forget

Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances

Don't Forgetとは何ですか?

Don't Forgetはdcarpsによって開発されたChromeの拡張機能で、その主な機能は「Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances」です。

拡張機能のスクリーンショット

screenshot

Don't Forget拡張機能のCRXファイルをダウンロード

Don't Forget拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Don't forget allows you to set reminders straight from your browser that will sync across all your google sync enabled browsers. Choose desktop notification or have it open a new browser tab to keep you on track with the things you need to remember. Sorry, it will only remind you to do laundry not do it for you. ;)                    

拡張機能の基本情報

名前 Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
公式URL https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
説明 Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
ファイルサイズ 428 KB
インストール数 146
現在のバージョン 1.0.5
最終更新日 2013-10-04
公開日 2013-10-04
評価 5.00/5 合計 2 レビュー
開発者 dcarps
支払い方法 free
ヘルプページのURL https://github.com/tollus/chrome-dont-forget/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Forget",
    "author": "dcarps",
    "description": "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances",
    "version": "1.0.5",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "manifest_version": 2,
    "omnibox": {
        "keyword": "df"
    },
    "browser_action": {
        "default_icon": "img\/logo_BW128.png",
        "default_popup": "popup\/DontForget.html"
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "options_page": "other\/alarmmgmt.html"
}