Plow Extension

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

Что такое Plow Extension?

Plow Extension - это расширение Chrome, разработанное Unknown, и его основная функция - "PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Plow Extension

Скачайте файлы расширений Plow Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
Официальный URL https://chromewebstore.google.com/detail/plow-extension/affaopohojifjcnafipfapahnknccadi
Описание PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…
Размер файла 6.67 KB
Количество установок 21
Текущая Версия 0.1.1
Последнее Обновление 2017-11-17
Дата публикации 2017-11-17
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}