GoGo Productivity

A set of simple tools to help you focus and stay productive

GoGo Productivityとは何ですか?

GoGo Productivityは09 Labsによって開発されたChromeの拡張機能で、その主な機能は「A set of simple tools to help you focus and stay productive」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Ambient sound generator, water reminder and focus timer, all in a single clean extension. A free minimal tool to help you stay focussed and improve productivity while you work.                    

拡張機能の基本情報

名前 GoGo Productivity GoGo Productivity
ID mgefagaoblmbfcjoaiibbmobmkgoljia
公式URL https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia
説明 A set of simple tools to help you focus and stay productive
ファイルサイズ 2.03 MB
インストール数 609
現在のバージョン 0.1.1
最終更新日 2020-05-04
公開日 2020-05-03
評価 5.00/5 合計 4 レビュー
開発者 09 Labs
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoGo Productivity",
    "version": "0.1.1",
    "description": "A set of simple tools to help you focus and stay productive",
    "icons": {
        "16": "assets\/gogo16.png",
        "48": "assets\/gogo48.png",
        "128": "assets\/gogo.png"
    },
    "browser_action": {
        "default_icon": "assets\/gogo.png",
        "default_title": "GoGo Productivity",
        "default_popup": "config.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "notifications"
    ]
}