Anti-Sedentary Desktop Reminder

This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.

Anti-Sedentary Desktop Reminderとは何ですか?

Anti-Sedentary Desktop Reminderはjin.alexによって開発されたChromeの拡張機能で、その主な機能は「This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.」です。

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

screenshot
screenshot

Anti-Sedentary Desktop Reminder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A learning project.                    

拡張機能の基本情報

名前 Anti-Sedentary Desktop Reminder Anti-Sedentary Desktop Reminder
ID occnmkldimeeohichfkokhangifpbdgf
公式URL https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf
説明 This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
ファイルサイズ 295 KB
インストール数 216
現在のバージョン 0.9
最終更新日 2017-03-05
公開日 2017-03-05
評価 3.50/5 合計 2 レビュー
開発者 jin.alex
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti-Sedentary Desktop Reminder",
    "version": "0.9",
    "manifest_version": 2,
    "description": "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.",
    "browser_action": {
        "default_icon": "images\/sitting.png",
        "default_title": "Get Up",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "images\/man41.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "background"
    ]
}