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