Tomar água!
Esta extensão te lembra de beber água!
What is Tomar água!?
Tomar água! is a Chrome extension developed by Cristiano Silveira, and its main feature is "Esta extensão te lembra de beber água!".
Extension Screenshots
Download Tomar água! Extension CRX File
Download Tomar água! 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
Extensão para lembrar de beber água! Nesse verão é muito importante beber muita água e esta extensão veio te ajudar a não esquecer de bebê-la na correria do dia a dia.
Extension Basic Information
Name | |
ID | baalfmjjjhcpkmmmhohcbemplolgofmc |
Official URL | https://chrome.google.com/webstore/detail/tomar-%C3%A1gua/baalfmjjjhcpkmmmhohcbemplolgofmc |
Description | Esta extensão te lembra de beber água! |
File Size | 266 KB |
Installation Count | 4,463 |
Current Version | 1.1 |
Last Updated | 2015-01-20 |
Publish Date | 2015-01-20 |
Rating | 3.76/5 Total 17 Ratings |
Developer | Cristiano Silveira |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tomar \u00e1gua!", "short_name": "Tomar \u00e1gua!", "description": "Esta extens\u00e3o te lembra de beber \u00e1gua!", "version": "1.1", "permissions": [ "alarms", "storage", "notifications" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |