Random Simpsons
This extension provides a link to a random simpsons episode
什么是Random Simpsons?
Random Simpsons是由ry525525开发的Chrome扩展程序,该扩展的主要功能是“This extension provides a link to a random simpsons episode”。
扩展截图
下载Random Simpsons扩展crx文件
下载Random Simpsons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | cgkceclbbikckocloicgdnoekbibaphi |
官方URL | https://chrome.google.com/webstore/detail/random-simpsons/cgkceclbbikckocloicgdnoekbibaphi |
简介 | This extension provides a link to a random simpsons episode |
文件大小 | 61.5 KB |
安装次数 | 86 |
当前版本 | 1.0 |
更新时间 | 2015-06-16 |
上架时间 | 2015-06-16 |
评分 | 3.22/5 共9次评分 |
开发者 | ry525525 |
付费类型 | free |
支持的语言 | 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\/" ] } |