Timer Mulp
Make Timer great again.
What is Timer Mulp?
Timer Mulp is a Chrome extension developed by Gilnom, and its main feature is "Make Timer great again.".
Extension Screenshots
Download Timer Mulp Extension CRX File
Download Timer Mulp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ecnepgmnbjpnkpjmojhkbdboocldoccd |
Official URL | https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd |
Description | Make Timer great again. |
File Size | 3.68 MB |
Installation Count | 47 |
Current Version | 1.2 |
Last Updated | 2020-10-24 |
Publish Date | 2019-07-30 |
Developer | Gilnom |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |