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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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\/"
    ]
}