Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
Calvin and Hobbes Explorerคืออะไร?
Calvin and Hobbes Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rounak Agarwal และคุณลักษณะหลักของมันคือ "Display a random Calvin and Hobbes comic strip."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Calvin and Hobbes Explorer
ดาวน์โหลดไฟล์ส่วนขยาย Calvin and Hobbes Explorer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Each time the icon is clicked, the extension displays a random Calvin and Hobbes comic strip. On clicking the add-on, initially you will be greeted by a Calvin and Hobbes GIF for the time it takes the comic strip to load. As soon as the add-on finishes fetching the comic strip, the GIF is replaced by it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
คำอธิบาย | Display a random Calvin and Hobbes comic strip. |
ขนาดไฟล์ | 633 KB |
จำนวนการติดตั้ง | 225 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-11-19 |
วันที่เผยแพร่ | 2020-07-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Rounak Agarwal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
URL หน้าช่วยเหลือ | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calvin and Hobbes Explorer", "version": "1.0.3", "description": "Display a random Calvin and Hobbes comic strip.", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [], "browser_action": { "default_popup": "hello.html", "default_icon": "calvin_and_hobbes_icon.png" } } |