Plow Extension

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

Co je Plow Extension?

Plow Extension je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Plow Extension

Stáhněte si soubory rozšíření Plow Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
Oficiální URL https://chromewebstore.google.com/detail/plow-extension/affaopohojifjcnafipfapahnknccadi
Popis PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…
Velikost souboru 6.67 KB
Počet instalací 21
Aktuální Verze 0.1.1
Poslední Aktualizace 2017-11-17
Datum Vydání 2017-11-17
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}