Ferald

Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley

Feraldคืออะไร?

Ferald เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley"

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

screenshot
screenshot

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

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

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

                        Pizza tastes better than broccoli.

Click anywhere to read the article — but only if you really, really, really have to.                    

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

ชื่อ Ferald Ferald
ID jmljfoieohgbjeoaihahppodleeblimj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj
คำอธิบาย Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
ขนาดไฟล์ 13 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-04-10
วันที่เผยแพร่ 2013-04-09
คะแนน 4.08/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ferald",
    "description": "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley",
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.nzherald.co.nz\/*",
                "*:\/\/*.stuff.co.nz\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "grumpycatno.svg"
    ]
}