Random Simpsons
This extension provides a link to a random simpsons episode
Was ist Random Simpsons?
Random Simpsons ist eine Chrome-Erweiterung, die von ry525525 entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides a link to a random simpsons episode".
Erweiterungsscreenshots
Random Simpsons-Erweiterungs-CRX-Datei herunterladen
Laden Sie Random Simpsons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cgkceclbbikckocloicgdnoekbibaphi |
Offizielle URL | https://chrome.google.com/webstore/detail/random-simpsons/cgkceclbbikckocloicgdnoekbibaphi |
Beschreibung | This extension provides a link to a random simpsons episode |
Dateigröße | 61.5 KB |
Installationsanzahl | 86 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-06-16 |
Veröffentlichungsdatum | 2015-06-16 |
Bewertung | 3.22/5 Insgesamt 9 Bewertungen |
Entwickler | ry525525 |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |