Plow Extension

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

Vad är Plow Extension?

Plow Extension är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…".

Tilläggsskärmbilder

screenshot

Ladda ner Plow Extension-förlängningens CRX-fil

Ladda ner Plow Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
Officiell webbadress https://chromewebstore.google.com/detail/plow-extension/affaopohojifjcnafipfapahnknccadi
Beskrivning PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…
Filstorlek 6.67 KB
Antal Installationer 21
Aktuell Version 0.1.1
Senast Uppdaterad 2017-11-17
Publiceringsdatum 2017-11-17
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}