Random Simpsons
This extension provides a link to a random simpsons episode
Vad är Random Simpsons?
Random Simpsons är en Chrome-tillägg utvecklad av ry525525, och dess huvudfunktion är "This extension provides a link to a random simpsons episode".
Tilläggsskärmbilder
Ladda ner Random Simpsons-förlängningens CRX-fil
Ladda ner Random Simpsons-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cgkceclbbikckocloicgdnoekbibaphi |
Officiell webbadress | https://chrome.google.com/webstore/detail/random-simpsons/cgkceclbbikckocloicgdnoekbibaphi |
Beskrivning | This extension provides a link to a random simpsons episode |
Filstorlek | 61.5 KB |
Antal Installationer | 86 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-06-16 |
Publiceringsdatum | 2015-06-16 |
Betyg | 3.22/5 Totalt 9 Betyg |
Utvecklare | ry525525 |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |