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
公式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"
            ]
        }
    ]
}