Dogs to spiders

Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey

Dogs to spidersคืออะไร?

Dogs to spiders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saw และคุณลักษณะหลักของมันคือ "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey"

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

screenshot

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

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

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

                        This will replace all references to dogs with spiders. For amusement.                    

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

ชื่อ Dogs to spiders Dogs to spiders
ID jpgleglgimgdfjndpllcfcgacieggogm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm
คำอธิบาย Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
ขนาดไฟล์ 16.75 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2016-06-07
วันที่เผยแพร่ 2016-06-06
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา saw
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/saw/dogs-to-spiders
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogs to spiders",
    "short_name": "Spiders",
    "description": "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey",
    "author": "Stephen Woods",
    "version": "1.0.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}