Timer
Timer Chrome extention, by Pascal Pirate
Timer là gì?
Timer là một tiện ích mở rộng Chrome được phát triển bởi Pascal Pirate, và tính năng chính của nó là "Timer Chrome extention, by Pascal Pirate".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Timer
Tải xuống các tệp mở rộng Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
URL Chính Thức | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
Mô tả | Timer Chrome extention, by Pascal Pirate |
Kích Thước Tệp | 819 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 3.2.1 |
Cập Nhật Lần Cuối | 2017-03-15 |
Ngày Phát Hành | 2017-03-15 |
Nhà Phát Triển | Pascal Pirate |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |