standUP

A simple and light-weight extension to remind you to stand up!

standUPとは何ですか?

standUPはvallodeによって開発されたChromeの拡張機能で、その主な機能は「A simple and light-weight extension to remind you to stand up!」です。

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

screenshot

standUP拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        standUP is a simple, light-weight extension that will remind you to stand up from your desk and take a quick break from work.

Click the icon in your toolbar to access the options page!

This extension is also open-source: https://github.com/vallode/standUP                    

拡張機能の基本情報

名前 standUP standUP
ID ganadkkagibbpfjbhfkoakicignmifmp
公式URL https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp
説明 A simple and light-weight extension to remind you to stand up!
ファイルサイズ 40.86 KB
インストール数 434
現在のバージョン 1.2.13
最終更新日 2017-10-04
公開日 2017-10-04
評価 5.00/5 合計 2 レビュー
開発者 vallode
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/vallode/standUP
ヘルプページのURL https://github.com/vallode/standUP
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.13",
    "name": "standUP",
    "short_name": "standUP",
    "description": "A simple and light-weight extension to remind you to stand up!",
    "author": "Mariusz 'Vallode' Zarzycki",
    "homepage_url": "https:\/\/github.com\/vallode\/standUP",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "standUP",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/min\/background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "options_page": "options.html"
}