add2Weekly

Envie uma sugestão de link para a BrazilJS Weekly

What is add2Weekly?

add2Weekly is a Chrome extension developed by Ofelquis Gimenes, and its main feature is "Envie uma sugestão de link para a BrazilJS Weekly".

Extension Screenshots

screenshot
screenshot

Download add2Weekly Extension CRX File

Download add2Weekly 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

                        Indique links para a BrazilJS Weekly.

Se você ainda não está inscrito na Weekly, basta acessar http://j.mp/entrar-na-weekly

## Contribua com o projeto no GitHub:
* https://github.com/braziljs/chrome-add2weekly/                    

Extension Basic Information

Name add2Weekly add2Weekly
ID dgjlnadhjdhbeeanacidaecgcdnkmfdg
Official URL https://chromewebstore.google.com/detail/add2weekly/dgjlnadhjdhbeeanacidaecgcdnkmfdg
Description Envie uma sugestão de link para a BrazilJS Weekly
File Size 24.57 KB
Installation Count 15
Current Version 0.0.33
Last Updated 2015-01-14
Publish Date 2015-01-13
Rating 5.00/5 Total 2 Ratings
Developer Ofelquis Gimenes
Payment Type free
Extension Website http://braziljs.github.io/add2weekly/
Help Page URL https://twitter.com/braziljs
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.33",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "BrazilJS add2Weekly",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        ""
    ]
}