Timer Mulp
Make Timer great again.
什麼是Timer Mulp?
Timer Mulp是由Gilnom開發的Chrome擴展程式,該擴展的主要功能是“Make Timer great again.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ecnepgmnbjpnkpjmojhkbdboocldoccd |
官方網址 | 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" } } |