Random Simpsons
This extension provides a link to a random simpsons episode
Qu'est-ce que Random Simpsons ?
Random Simpsons est une extension Chrome développée par ry525525, et sa fonction principale est "This extension provides a link to a random simpsons episode".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Simpsons
Téléchargez les fichiers d'extension Random Simpsons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cgkceclbbikckocloicgdnoekbibaphi |
URL Officiel | https://chrome.google.com/webstore/detail/random-simpsons/cgkceclbbikckocloicgdnoekbibaphi |
Description | This extension provides a link to a random simpsons episode |
Taille du Fichier | 61.5 KB |
Nombre d'Installations | 86 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-06-16 |
Date de Publication | 2015-06-16 |
Évaluation | 3.22/5 Total 9 Évaluations |
Développeur | ry525525 |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |