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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Random Simpsons Random Simpsons
ID cgkceclbbikckocloicgdnoekbibaphi
官方網址 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\/"
    ]
}