Time to go!
Calcule a hora de ir embora!
What is Time to go!?
Time to go! is a Chrome extension developed by https://wbjr.me, and its main feature is "Calcule a hora de ir embora!".
Extension Screenshots
Download Time to go! Extension CRX File
Download Time to go! 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
Calcule a hora de ir embora! v3.3 -- Adicionando feriado de 9 de Julho. v3.2 -- Parametrizando a tolerância. -- Bugfixes v3.1 -- Alterando para a tolerância de 10min e não 15min. -- Alterando tipo de notificação do Chrome. v3.0 -- Busca de feriados no sábado para a cidade de São Paulo. v2.0 -- Mensagens de notificação. v1.0 -- Concepção da idéia de Bruno Grasselli (https://github.com/BrunoGrasselli/overtime) COLABORE: https://github.com/walbinjr/overtime
Extension Basic Information
Name | Time to go! |
ID | baabcknecemlkbplhjgjfoahebamghog |
Official URL | https://chromewebstore.google.com/detail/time-to-go/baabcknecemlkbplhjgjfoahebamghog |
Description | Calcule a hora de ir embora! |
File Size | 138 KB |
Installation Count | 890 |
Current Version | 3.3 |
Last Updated | 2016-07-04 |
Publish Date | 2016-07-04 |
Rating | 4.91/5 Total 11 Ratings |
Developer | https://wbjr.me |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/walbinjr/overtime |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time to go!", "version": "3.3", "description": "Calcule a hora de ir embora!", "icons": { "16": "assets\/images\/overtime.png", "48": "assets\/images\/overtime.png", "128": "assets\/images\/overtime.png" }, "browser_action": { "default_icon": "assets\/images\/overtime.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "assets\/images\/overtime.png" ], "permissions": [ "notifications" ] } |