Omnibox Timer FIX

A simple timer built for Chrome

Omnibox Timer FIX란 무엇입니까?

Omnibox Timer FIX은(는) nocaoper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple timer built for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Omnibox Timer FIX 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Omnibox Timer FIX Omnibox Timer FIX
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
이메일 [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"
    ]
}