Plow Extension

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

Was ist Plow Extension?

Plow Extension ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…".

Erweiterungsscreenshots

screenshot

Plow Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Plow Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
Offizielle URL https://chromewebstore.google.com/detail/plow-extension/affaopohojifjcnafipfapahnknccadi
Beschreibung PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…
Dateigröße 6.67 KB
Installationsanzahl 21
Aktuelle Version 0.1.1
Letztes Update 2017-11-17
Veröffentlichungsdatum 2017-11-17
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}