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'est-ce que Plow Extension ?

Plow Extension est une extension Chrome développée par Unknown, et sa fonction principale est "PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Plow Extension

Téléchargez les fichiers d'extension Plow Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
URL Officiel 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…
Taille du Fichier 6.67 KB
Nombre d'Installations 21
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-11-17
Date de Publication 2017-11-17
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}