OpenAir Reborn
OpenAir time tracking with almost no teeth pulling
OpenAir Reborn क्या है?
OpenAir Reborn Mike Crittenden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OpenAir time tracking with almost no teeth pulling"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OpenAir Reborn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make the OpenAir time tracker less clicky-clicky and more keyboard-focused and pretty, along the lines of something like Toggl. - Auto-saving timesheets! - Keyboard focused. No clicking required! - Allows for very rapid time entry - Timers per entry, run multiple timers at once, start timers on existing entries, etc. - Autocompletion of projects, tasks, and days - Add time to multiple days at once for repeating events (standups, etc.) - Add/edit/delete time instantly, inline - Button to toggle the old OpenAir interface at any time. - Browser button to open your latest timesheet quickly Source code: https://github.com/phase2/openair-reborn
एक्सटेंशन की मूल जानकारी
नाम | OpenAir Reborn |
ID | ajmdofceiiflcdlclkicifcnccdgkcmb |
आधिकारिक URL | https://chromewebstore.google.com/detail/openair-reborn/ajmdofceiiflcdlclkicifcnccdgkcmb |
विवरण | OpenAir time tracking with almost no teeth pulling |
फ़ाइल का आकार | 105 KB |
स्थापना संख्या | 137 |
वर्तमान संस्करण | 0.0.31 |
अंतिम अपडेट | 2016-04-19 |
प्रकाशन तिथि | 2016-04-19 |
रेटिंग | 4.40/5 कुल 10 रेटिंग्स |
डेवलपर | Mike Crittenden |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/phase2/openair-reborn |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.31", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.openair.com\/timesheet.pl*" ], "css": [ "styles\/main.css", "bower_components\/chosen\/chosen.css", "bower_components\/angular-chosen-localytics\/chosen-spinner.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/angular\/angular.js", "bower_components\/chosen\/chosen.jquery.js", "scripts\/markup.js", "scripts\/timeentry.js", "scripts\/openair.js", "scripts\/timer.js", "bower_components\/angular-chosen-localytics\/chosen.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "views\/form.html", "views\/table.html", "bower_components\/angular\/angular.js", "bower_components\/angular\/angular.js.map", "bower_components\/jquery\/dist\/jquery.js", "bower_components\/jquery\/dist\/jquery.map", "bower_components\/chosen\/chosen.jquery.js", "bower_components\/angular-chosen-localytics\/chosen.js" ] } |