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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…”。

擴展截圖

screenshot

下載Plow Extension擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}