Random Simpsons
This extension provides a link to a random simpsons episode
Random Simpsonsคืออะไร?
Random Simpsons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ry525525 และคุณลักษณะหลักของมันคือ "This extension provides a link to a random simpsons episode"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Simpsons
ดาวน์โหลดไฟล์ส่วนขยาย Random Simpsons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you bad at making tough choices? Are you a big fan of the Simpsons? Do you need to kill some time? Well worry no more! Thanks to the Random Simpsons Chrome Extension you are only a click away from watching a great, memorable Simpsons episode. The code is open source and can be found on my github: https://github.com/RyanYoung25/randomSimpsonsChromeExt I do the html scraping on a google app engine app that I wrote in python and make a post call from the extension to get the url for the episode.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cgkceclbbikckocloicgdnoekbibaphi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/random-simpsons/cgkceclbbikckocloicgdnoekbibaphi |
คำอธิบาย | This extension provides a link to a random simpsons episode |
ขนาดไฟล์ | 61.5 KB |
จำนวนการติดตั้ง | 86 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-06-16 |
วันที่เผยแพร่ | 2015-06-16 |
คะแนน | 3.22/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | ry525525 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Simpsons", "description": "This extension provides a link to a random simpsons episode", "version": "1.0", "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "browser_action": { "default_icon": ".\/icons\/icon.png", "default_popup": ".\/pages\/popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |