Omnibox Timer FIX
A simple timer built for Chrome
什麼是Omnibox Timer FIX?
Omnibox Timer FIX是由nocaoper開發的Chrome擴展程式,該擴展的主要功能是“A simple timer built for Chrome”。
擴展截圖
下載Omnibox Timer FIX擴展crx文件
下載Omnibox Timer FIX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | idpccmljfojhlpclcndpebaagdjbimgg |
| 官方網址 | https://chromewebstore.google.com/detail/omnibox-timer-fix/idpccmljfojhlpclcndpebaagdjbimgg |
| 簡介 | A simple timer built for Chrome |
| 檔案大小 | 438 KB |
| 安裝次數 | 211 |
| 目前版本 | 0.5.6 |
| 更新時間 | 2017-11-22 |
| 上架時間 | 2017-11-22 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | nocaoper |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/nocaoper/omnibox-timer-fix |
| 支援的語言 | 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"
]
} | |