Dinosaur Comics Easter Eggs
Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html
Dinosaur Comics Easter Eggsคืออะไร?
Dinosaur Comics Easter Eggs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dinosaur Comics Easter Eggs
ดาวน์โหลดไฟล์ส่วนขยาย Dinosaur Comics Easter Eggs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Every one of Ryan North's Dinosaur Comics has three hidden Easter Eggs; this extension shows them to you right under the comic.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bojkkeeefjmeogpgnlomodfkkfkfhabj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dinosaur-comics-easter-eg/bojkkeeefjmeogpgnlomodfkkfkfhabj |
คำอธิบาย | Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html |
ขนาดไฟล์ | 4.85 KB |
จำนวนการติดตั้ง | 229 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2014-08-11 |
วันที่เผยแพร่ | 2014-08-11 |
คะแนน | 4.81/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "dinosaur.js" ], "matches": [ "http:\/\/qwantz.com\/*", "http:\/\/www.qwantz.com\/*" ] } ], "description": "Show easter eggs for Dinosaur Comics. Based on this script: http:\/\/userscripts-mirror.org\/scripts\/review\/128475.html", "name": "Dinosaur Comics Easter Eggs", "version": "1.3", "manifest_version": 2 } |