Plow Extension

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

What is Plow Extension?

Plow Extension is a Chrome extension developed by Unknown, and its main feature is "PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…".

Extension Screenshots

screenshot

Download Plow Extension Extension CRX File

Download Plow Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
Official URL https://chromewebstore.google.com/detail/plow-extension/affaopohojifjcnafipfapahnknccadi
Description PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…
File Size 6.67 KB
Installation Count 21
Current Version 0.1.1
Last Updated 2017-11-17
Publish Date 2017-11-17
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}