Omnibox Timer FIX
A simple timer built for Chrome
Omnibox Timer FIX là gì?
Omnibox Timer FIX là một tiện ích mở rộng Chrome được phát triển bởi nocaoper, và tính năng chính của nó là "A simple timer built for Chrome".
Ả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 Omnibox Timer FIX
Tải xuống các tệp mở rộng Omnibox Timer FIX 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
EXPERIMENTAL features only, might not be stable. I welcome your fixes and issues (suggestions) on the github link below (called Website). I have to mention another active timer project called: Omnibox Timer Again, please do test it. Developpers need some praise and encouraging fans in order to be motivated. Thank you for using OTFix. ~Yu 0.5.6 * Add feature Predict time in omnibox As you type, the ringing time will be predicted in the suggestion aid. Check the picture. 0.4.6 * Fix javascript bugs 0.4.5 * Added the clear future alarm options. It clears all future timers.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Omnibox Timer FIX |
ID | idpccmljfojhlpclcndpebaagdjbimgg |
URL Chính Thức | https://chromewebstore.google.com/detail/omnibox-timer-fix/idpccmljfojhlpclcndpebaagdjbimgg |
Mô tả | A simple timer built for Chrome |
Kích Thước Tệp | 438 KB |
Số Lần Cài Đặt | 211 |
Phiên Bản Hiện Tại | 0.5.6 |
Cập Nhật Lần Cuối | 2017-11-22 |
Ngày Phát Hành | 2017-11-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | nocaoper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nocaoper/omnibox-timer-fix |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnibox Timer FIX", "description": "A simple timer built for Chrome", "version": "0.5.6", "omnibox": { "keyword": "tm" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Omnibox Timer FIX" }, "background": { "scripts": [ "moment.js", "background.js", "chrome.js" ] }, "options_page": "options.html", "permissions": [ "notifications", "tts", "storage" ], "web_accessible_resources": [ "48.png" ] } |