Debate This - By ConvinceMe

This extension adds the link you are on to a debate on ConvinceMe

O que é Debate This - By ConvinceMe?

Debate This - By ConvinceMe é uma extensão do Chrome desenvolvida por https://www.convinceme.net, e sua principal característica é "This extension adds the link you are on to a debate on ConvinceMe".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Debate This - By ConvinceMe

Baixe arquivos de extensão Debate This - By ConvinceMe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ConvinceMe.net is the ultimate debating website. First off it's free to join. There are three main debating sections. Open, Battle, and King of the Hill (KOTH). Open debates can have endless debaters all competing for their side. In open debates, if your argument convinces someone, then you gain a point. It's your chance to convince the world that you are right! Fight for you side! Battles are one on one debates with another member of ConvinceMe.net. You can create a general challenge, or challenge an individual. Then you argue, add evidence, and convince other members to give you their vote. The winner takes all. King of the hill is a little like open debates, except that you get one main argument, and your goal is to convince members to give you the points. The first person to get 10 points wins, and is crowned king of the hill.                    

Informações Básicas da Extensão

Nome Debate This - By ConvinceMe Debate This - By ConvinceMe
ID blcpjkdpicjeckfhlefppajdaedobhoh
URL Oficial https://chromewebstore.google.com/detail/debate-this-by-convinceme/blcpjkdpicjeckfhlefppajdaedobhoh
Descrição This extension adds the link you are on to a debate on ConvinceMe
Tamanho do Arquivo 88.81 KB
Contagem de Instalações 21
Versão Atual 1.0.0
Última Atualização 2012-05-07
Data de Publicação 2012-05-07
Desenvolvedor https://www.convinceme.net
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Debate This - By ConvinceMe",
    "description": "This extension adds the link you are on to a debate on ConvinceMe",
    "version": "1.0.0",
    "icons": {
        "128": "chrome_icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Debate this page",
        "default_icon": "chrome_icon_mini.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}