HWSwapWare

Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.

HWSwapWareคืออะไร?

HWSwapWare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chickenbellyfinn และคุณลักษณะหลักของมันคือ "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap."

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

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

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

                        Replaces heatware profile URLs in the hardwareswap subreddit with the actual stats from the profile (positive/negative/neutral). The stats can be click on to view the profile page on heatware.                    

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

ชื่อ HWSwapWare HWSwapWare
ID dcdphibeepdpehenljbnififgkkddaom
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom
คำอธิบาย Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
ขนาดไฟล์ 41.4 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-05-14
วันที่เผยแพร่ 2017-05-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา chickenbellyfinn
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HWSwapWare",
    "version": "1.4",
    "description": "Replaces heatware URLs with heatware feedback stats on \/r\/hardwareswap.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/hardwareswap\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/www.heatware.com\/",
        "https:\/\/heatware.com\/"
    ]
}