Random Simpsons
This extension provides a link to a random simpsons episode
Apa itu Random Simpsons?
Random Simpsons adalah ekstensi Chrome yang dikembangkan oleh ry525525, dan fitur utamanya adalah "This extension provides a link to a random simpsons episode".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Random Simpsons
Unduh file ekstensi Random Simpsons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | cgkceclbbikckocloicgdnoekbibaphi |
URL Resmi | https://chrome.google.com/webstore/detail/random-simpsons/cgkceclbbikckocloicgdnoekbibaphi |
Deskripsi | This extension provides a link to a random simpsons episode |
Ukuran File | 61.5 KB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-06-16 |
Tanggal Publikasi | 2015-06-16 |
Penilaian | 3.22/5 Total 9 Penilaian |
Pengembang | ry525525 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |