add2Weekly

Envie uma sugestão de link para a BrazilJS Weekly

Wat is add2Weekly?

add2Weekly is een Chrome-extensie ontwikkeld door Ofelquis Gimenes, en de belangrijkste functie is "Envie uma sugestão de link para a BrazilJS Weekly".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie add2Weekly

Download add2Weekly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam add2Weekly add2Weekly
ID dgjlnadhjdhbeeanacidaecgcdnkmfdg
Officiële URL https://chromewebstore.google.com/detail/add2weekly/dgjlnadhjdhbeeanacidaecgcdnkmfdg
Beschrijving Envie uma sugestão de link para a BrazilJS Weekly
Bestandsgrootte 24.57 KB
Aantal Installaties 15
Huidige Versie 0.0.33
Laatst Bijgewerkt 2015-01-14
Publicatiedatum 2015-01-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Ofelquis Gimenes
Betalingswijze free
Extensiewebsite http://braziljs.github.io/add2weekly/
Help Pagina-URL https://twitter.com/braziljs
Ondersteunde Talen 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": [
        ""
    ]
}