Plow Extension

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

Apa itu Plow Extension?

Plow Extension adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Plow Extension

Unduh file ekstensi Plow Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Plow Extension Plow Extension
ID affaopohojifjcnafipfapahnknccadi
URL Resmi https://chromewebstore.google.com/detail/plow-extension/affaopohojifjcnafipfapahnknccadi
Deskripsi PLOW helps you focus on the content that is most likely to reward your attention by pooling together the collective wisdom of…
Ukuran File 6.67 KB
Jumlah Instalasi 21
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-11-17
Tanggal Publikasi 2017-11-17
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}