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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |