Hours Calculator
Display a weekly summary for choosen Google Calendar.
What is Hours Calculator?
Hours Calculator is a Chrome extension developed by Maciej Staniuk, and its main feature is "Display a weekly summary for choosen Google Calendar.".
Extension Screenshots
Download Hours Calculator Extension CRX File
Download Hours Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Hours Calculator |
ID | lbphhafckkdoahdnnfedeichbhbibedp |
Official URL | https://chromewebstore.google.com/detail/hours-calculator/lbphhafckkdoahdnnfedeichbhbibedp |
Description | Display a weekly summary for choosen Google Calendar. |
File Size | 211 KB |
Installation Count | 17 |
Current Version | 0.0.0.20 |
Last Updated | 2018-09-16 |
Publish Date | 2018-09-16 |
Developer | Maciej Staniuk |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hours Calculator", "version": "0.0.0.20", "description": "Display a weekly summary for choosen Google Calendar.", "manifest_version": 2, "browser_action": { "default_title": "Calendar Helper", "default_popup": "html\/index.html" }, "icons": { "18": "icons\/baseline-schedule-black-18\/1x\/baseline_schedule_black_18dp.png", "24": "icons\/baseline-schedule-black-24\/1x\/baseline_schedule_black_24dp.png", "48": "icons\/baseline-schedule-black-24\/2x\/baseline_schedule_black_24dp.png", "96": "icons\/baseline-schedule-black-48\/2x\/baseline_schedule_black_48dp.png" }, "background": { "scripts": [ "src\/out\/background.js" ], "persistent": false }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvdv8BRv5PaszhYo00lsVG8S7JZhKBuHTg0pxgubVv2rPykiHzBXK\/JgYMCcDRnA0hQ8DmHpWNs5Lx0lu\/rxHEoGK5qNf+lh0FPLRFC6HCplwYa30D0\/A2lY9\/6rYKO0NrLw6LKZlmiQRaW9QHp\/I8j63rxdigRhhf7kxfU13RJyo3djcvBjMWcJIESL1DGZUrBeTSUPlmSTvPDt3VTabMq9P+\/cZeFYCLeWZFjZt0A7i4AK26qR2RjgWM0FlvTtjqIsKoO5jg2\/l5q0HJ83p6d1LBHT43xchoEJgnf+p0K6JWzomGZT0QH9rOlNWSR5ARXk1GsB6qI8eUw37BqCQCQIDAQAB", "oauth2": { "client_id": "55561893459-sgrahob0taitfom96e8gvdf6ned9qq8s.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly", "https:\/\/www.googleapis.com\/auth\/plus.login" ] }, "permissions": [ "identity", "storage", "cookies", "https:\/\/www.googleapis.com\/calendar\/v3\/*" ] } |