Mechanical Turk Group Ignore

For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.

O que é Mechanical Turk Group Ignore?

Mechanical Turk Group Ignore é uma extensão do Chrome desenvolvida por Jansen Price, e sua principal característica é "For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.".

Baixar o arquivo CRX da Extensão Mechanical Turk Group Ignore

Baixe arquivos de extensão Mechanical Turk Group Ignore 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

                        This extension adds a link 'ignore' to the right side of a group (just after the link "View a HIT in this group." Clicking the ignore link will mark a group as ignored which is visually represented by 'greying out' the group.

This is useful if you are seeing the same group appear while browsing for HITs and want to mark them as groups you are not interested in.

Note that even while ignored a group is still fully functional on the site. It is only altered visually.                    

Informações Básicas da Extensão

Nome Mechanical Turk Group Ignore Mechanical Turk Group Ignore
ID dlbpfgmnokdphmlgolbabfomlgcmemmo
URL Oficial https://chrome.google.com/webstore/detail/mechanical-turk-group-ign/dlbpfgmnokdphmlgolbabfomlgcmemmo
Descrição For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.
Tamanho do Arquivo 52.04 KB
Contagem de Instalações 56
Versão Atual 0.2.1
Última Atualização 2015-01-15
Data de Publicação 2015-01-15
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Jansen Price
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mechanical Turk Group Ignore",
    "short_name": "Mturk Grp Ignore",
    "version": "0.2.1",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "author": "Jansen Price",
    "description": "For Amazon's Mechanical Turk (mturk.com). Adds ability to mark HIT groups ignored. Saves group ids you ignore in localstorage.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mturk.com\/mturk\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "mturk-group-ignore.js"
            ],
            "css": [
                "mturk-group-ignore.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}