Navis Pomodoro - Time management

Navis Pomodoro - Time management.

Navis Pomodoro - Time managementとは何ですか?

Navis Pomodoro - Time managementはNavis Digitalによって開発されたChromeの拡張機能で、その主な機能は「Navis Pomodoro - Time management.」です。

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

screenshot
screenshot

Navis Pomodoro - Time management拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Navis Pomodoro - Time management                    

拡張機能の基本情報

名前 Navis Pomodoro - Time management Navis Pomodoro - Time management
ID lkoefpbajfdoohmbdogpoodoblkcjgke
公式URL https://chromewebstore.google.com/detail/navis-pomodoro-time-manag/lkoefpbajfdoohmbdogpoodoblkcjgke
説明 Navis Pomodoro - Time management.
ファイルサイズ 1.17 MB
インストール数 35
現在のバージョン 1.4
最終更新日 2020-09-05
公開日 2020-09-03
評価 5.00/5 合計 2 レビュー
開発者 Navis Digital
Eメール [email protected]
支払い方法 free
対応言語 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "modules\/chunk-common.js",
            "modules\/chunk-vendors.js",
            "modules\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/browser-action.png",
        "default_title": "Navis Pomodoro"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "options_page": "modules\/options.html",
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "short_name": "__MSG_app_name_short__",
    "version": "1.4"
}