Plow Extension

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

Wat is Plow Extension?

Plow Extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Plow Extension

Download Plow Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
Officiële URL https://chromewebstore.google.com/detail/plow-extension/affaopohojifjcnafipfapahnknccadi
Beschrijving PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…
Bestandsgrootte 6.67 KB
Aantal Installaties 21
Huidige Versie 0.1.1
Laatst Bijgewerkt 2017-11-17
Publicatiedatum 2017-11-17
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}