Timer
Timer Chrome extention, by Pascal Pirate
什么是Timer?
Timer是由Pascal Pirate开发的Chrome扩展程序,该扩展的主要功能是“Timer Chrome extention, by Pascal Pirate”。
扩展截图
下载Timer扩展crx文件
下载Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple no thrills timer. Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done. Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds. Thanks SoundBible.com for the sounds.
扩展基本信息
名称 | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
官方URL | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
简介 | Timer Chrome extention, by Pascal Pirate |
文件大小 | 819 KB |
安装次数 | 20 |
当前版本 | 3.2.1 |
更新时间 | 2017-03-15 |
上架时间 | 2017-03-15 |
开发者 | Pascal Pirate |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "description": "Timer Chrome extention, by Pascal Pirate", "version": "3.2.1", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "hourglass.png" }, "options_page": "options.html", "browser_action": { "default_icon": "hourglass.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |