OpenAir Reborn
OpenAir time tracking with almost no teeth pulling
OpenAir Reborn là gì?
OpenAir Reborn là một tiện ích mở rộng Chrome được phát triển bởi Mike Crittenden, và tính năng chính của nó là "OpenAir time tracking with almost no teeth pulling".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OpenAir Reborn
Tải xuống các tệp mở rộng OpenAir Reborn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OpenAir Reborn |
ID | ajmdofceiiflcdlclkicifcnccdgkcmb |
URL Chính Thức | https://chromewebstore.google.com/detail/openair-reborn/ajmdofceiiflcdlclkicifcnccdgkcmb |
Mô tả | OpenAir time tracking with almost no teeth pulling |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 137 |
Phiên Bản Hiện Tại | 0.0.31 |
Cập Nhật Lần Cuối | 2016-04-19 |
Ngày Phát Hành | 2016-04-19 |
Đánh Giá | 4.40/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Mike Crittenden |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/phase2/openair-reborn |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |