Timer Mulp

Make Timer great again.

什么是Timer Mulp?

Timer Mulp是由Gilnom开发的Chrome扩展程序,该扩展的主要功能是“Make Timer great again.”。

扩展截图

screenshot
screenshot

下载Timer Mulp扩展crx文件

下载Timer Mulp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The timer is easy to use. Has:

1.  2 types of time input.
2.  Displays the remaining time on the expansion icon.
3.  5 different timers independent of each other.                    

扩展基本信息

名称 Timer Mulp Timer Mulp
ID ecnepgmnbjpnkpjmojhkbdboocldoccd
官方URL https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd
简介 Make Timer great again.
文件大小 3.68 MB
安装次数 47
当前版本 1.2
更新时间 2020-10-24
上架时间 2019-07-30
开发者 Gilnom
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer Mulp",
    "version": "1.2",
    "description": "Make Timer great again.",
    "icons": {
        "48": "icons\/stopwatch482.png",
        "96": "icons\/stopwatch962.png",
        "128": "icons\/stopwatch1282.png"
    },
    "browser_action": {
        "default_title": "Timer",
        "default_popup": "popup\/Timer.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/elk.png",
        "icons\/play.png"
    ],
    "background": {
        "page": "popup\/nothi.html"
    }
}