SubWeave

SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!

SubWeaveคืออะไร?

SubWeave เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://subweave.com และคุณลักษณะหลักของมันคือ "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SubWeave

ดาวน์โหลดไฟล์ส่วนขยาย SubWeave ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to have alternative casual discussions with your own community by adding a live chat room to each sub.

It also combines similar social media sites into a single experience in a tasteful, minimalist, and unobtrusive manner, so no matter which site you are currently browsing, you will still see content from other similar sites which you are sure to find relevant.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SubWeave SubWeave
ID epnlecnffenjokggffehjghpmahdcigo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo
คำอธิบาย SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
ขนาดไฟล์ 97.04 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2015-07-21
วันที่เผยแพร่ 2015-07-21
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://subweave.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SubWeave",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "subweave.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking"
    ]
}