Omnibox Timer FIX

A simple timer built for Chrome

Omnibox Timer FIXคืออะไร?

Omnibox Timer FIX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nocaoper และคุณลักษณะหลักของมันคือ "A simple timer built for Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omnibox Timer FIX

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}