Carnaval 2017

Extensão para lembrar todo dia quantos dias faltam para o carnaval.

What is Carnaval 2017?

Carnaval 2017 is a Chrome extension developed by https://victormartins.com.br, and its main feature is "Extensão para lembrar todo dia quantos dias faltam para o carnaval.".

Extension Screenshots

screenshot

Download Carnaval 2017 Extension CRX File

Download Carnaval 2017 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 Carnaval 2017 Carnaval 2017
ID gjcjfgolhhdeooddgkgolggkecldfipa
Official URL https://chromewebstore.google.com/detail/carnaval-2017/gjcjfgolhhdeooddgkgolggkecldfipa
Description Extensão para lembrar todo dia quantos dias faltam para o carnaval.
File Size 56.83 KB
Installation Count 40
Current Version 1.0.5
Last Updated 2016-12-12
Publish Date 2016-12-12
Rating 5.00/5 Total 2 Ratings
Developer https://victormartins.com.br
Email [email protected]
Payment Type free
Extension Website https://victormartins.com.br/carnaval/
Help Page URL https://victormartins.com.br/contact/
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carnaval 2017",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Extens\u00e3o para lembrar todo dia quantos dias faltam para o carnaval.",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Carnaval 2017",
        "default_popup": "index.html"
    }
}