chrome-spoopy
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
chrome-spoopyคืออะไร?
chrome-spoopy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TopPhysicist และคุณลักษณะหลักของมันคือ "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย chrome-spoopy
ดาวน์โหลดไฟล์ส่วนขยาย chrome-spoopy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ddhilclcnpneangmopgpfcofdpdffgop |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop |
คำอธิบาย | Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October. |
ขนาดไฟล์ | 3.56 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-10-16 |
วันที่เผยแพร่ | 2015-10-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | TopPhysicist |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mattleblanc/chrome-spoopy |
URL หน้าช่วยเหลือ | https://github.com/mattleblanc/chrome-spoopy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "chrome-spoopy", "version": "1.0", "description": "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |