Debate This - By ConvinceMe

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

什么是Debate This - By ConvinceMe?

Debate This - By ConvinceMe是由https://www.convinceme.net开发的Chrome扩展程序,该扩展的主要功能是“This extension adds the link you are on to a debate on ConvinceMe”。

扩展截图

screenshot

下载Debate This - By ConvinceMe扩展crx文件

下载Debate This - By ConvinceMe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Debate This - By ConvinceMe Debate This - By ConvinceMe
ID blcpjkdpicjeckfhlefppajdaedobhoh
官方URL https://chromewebstore.google.com/detail/debate-this-by-convinceme/blcpjkdpicjeckfhlefppajdaedobhoh
简介 This extension adds the link you are on to a debate on ConvinceMe
文件大小 88.81 KB
安装次数 21
当前版本 1.0.0
更新时间 2012-05-07
上架时间 2012-05-07
开发者 https://www.convinceme.net
付费类型 free
支持的语言 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
}