Plow Extension

PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…

O que é Plow Extension?

Plow Extension é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Plow Extension

Baixe arquivos de extensão Plow Extension 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

                        PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of people that share your interests.  All of us, individually, are content scouts.

The PLOW extension allows you to post content to PLOW easily from around the web, and to annotate and share this content through your social networks.                    

Informações Básicas da Extensão

Nome Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
URL Oficial https://chromewebstore.google.com/detail/plow-extension/affaopohojifjcnafipfapahnknccadi
Descrição PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…
Tamanho do Arquivo 6.67 KB
Contagem de Instalações 21
Versão Atual 0.1.1
Última Atualização 2017-11-17
Data de Publicação 2017-11-17
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plow Extension",
    "version": "0.1.1",
    "icons": {
        "48": "48x48.png",
        "96": "96x96.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/*.plow.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}