Random Simpsons
This extension provides a link to a random simpsons episode
Wat is Random Simpsons?
Random Simpsons is een Chrome-extensie ontwikkeld door ry525525, en de belangrijkste functie is "This extension provides a link to a random simpsons episode".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Simpsons
Download Random Simpsons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cgkceclbbikckocloicgdnoekbibaphi |
Officiële URL | https://chrome.google.com/webstore/detail/random-simpsons/cgkceclbbikckocloicgdnoekbibaphi |
Beschrijving | This extension provides a link to a random simpsons episode |
Bestandsgrootte | 61.5 KB |
Aantal Installaties | 86 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-06-16 |
Publicatiedatum | 2015-06-16 |
Beoordeling | 3.22/5 Totaal 9 Beoordelingen |
Ontwikkelaar | ry525525 |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |