Omnibox Timer FIX
A simple timer built for Chrome
Omnibox Timer FIX क्या है?
Omnibox Timer FIX nocaoper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple timer built for Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Omnibox Timer FIX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |