Plow Extension

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

¿Qué es Plow Extension?

Plow Extension es una extensión de Chrome desarrollada por Unknown, y su función principal es "PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Plow Extension

Descarga archivos de extensión Plow Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
URL Oficial https://chromewebstore.google.com/detail/plow-extension/affaopohojifjcnafipfapahnknccadi
Descripción PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…
Tamaño del Archivo 6.67 KB
Cantidad de Instalaciones 21
Versión Actual 0.1.1
Última Actualización 2017-11-17
Fecha de Publicación 2017-11-17
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}