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
电子邮箱 [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"
}