Random Wikipedia Tab

Each new tab opens to a random Wikipedia article

Random Wikipedia Tab란 무엇입니까?

Random Wikipedia Tab은(는) jamesagnew에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Each new tab opens to a random Wikipedia article"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Random Wikipedia Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension opens a random Wikipedia article in the background on each new tab. The latest version also lets you choose other languages as well as Wikia sites. Let us know if you want other languages or other wikias added!

Learn something new, discover an interesting fact, or find out just how many articles Wikipedia actually has about Euro Football.

Perhaps you are wondering "can't I just change my homepage?". This is better: It caches a few pages in the background, so you don't have to wait for it to load and can get on with your new-tab-ish business.

This plugin is open source. See the source code (and contribute to it!) here:
https://github.com/jamesagnew/random_wikipedia_tab/                    

확장 프로그램 기본 정보

이름 Random Wikipedia Tab Random Wikipedia Tab
ID lngmpepkiehelbokpbaaddablknfoncc
공식 URL https://chromewebstore.google.com/detail/random-wikipedia-tab/lngmpepkiehelbokpbaaddablknfoncc
설명 Each new tab opens to a random Wikipedia article
파일 크기 148 KB
설치 횟수 150
현재 버전 3.1
최근 업데이트 2013-02-06
출시 날짜 2013-02-05
평점 2.56/5 총 18 개의 평점
개발자 jamesagnew
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Wikipedia Tab",
    "description": "Each new tab opens to a random Wikipedia article",
    "version": "3.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/en.wikipedia.org\/",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/en.wikipedia.org\/",
        "http:\/\/recipes.wikia.com\/",
        "http:\/\/starwars.wikia.com\/",
        "http:\/\/logos.wikia.com\/",
        "http:\/\/how-to.wikia.com\/",
        "http:\/\/dogs-cats.wikia.com\/",
        "http:\/\/science.wikia.com\/",
        "http:\/\/mario.wikia.com\/",
        "http:\/\/de.wikipedia.org\/",
        "http:\/\/fr.wikipedia.org\/",
        "http:\/\/nl.wikipedia.org\/",
        "http:\/\/it.wikipedia.org\/",
        "http:\/\/es.wikipedia.org\/",
        "http:\/\/ru.wikipedia.org\/",
        "http:\/\/pl.wikipedia.org\/",
        "http:\/\/ja.wikipedia.org\/",
        "http:\/\/pt.wikipedia.org\/",
        "http:\/\/sv.wikipedia.org\/",
        "http:\/\/zh.wikipedia.org\/",
        "http:\/\/vi.wikipedia.org\/",
        "http:\/\/uk.wikipedia.org\/",
        "http:\/\/ca.wikipedia.org\/",
        "http:\/\/no.wikipedia.org\/",
        "http:\/\/fi.wikipedia.org\/",
        "http:\/\/fa.wikipedia.org\/",
        "http:\/\/cs.wikipedia.org\/",
        "http:\/\/hu.wikipedia.org\/",
        "http:\/\/ko.wikipedia.org\/",
        "http:\/\/ro.wikipedia.org\/",
        "http:\/\/id.wikipedia.org\/",
        "http:\/\/ar.wikipedia.org\/",
        "http:\/\/tr.wikipedia.org\/",
        "http:\/\/kk.wikipedia.org\/",
        "http:\/\/sk.wikipedia.org\/",
        "http:\/\/sr.wikipedia.org\/",
        "http:\/\/ms.wikipedia.org\/",
        "http:\/\/eo.wikipedia.org\/",
        "http:\/\/da.wikipedia.org\/",
        "http:\/\/lt.wikipedia.org\/",
        "http:\/\/eu.wikipedia.org\/",
        "http:\/\/bg.wikipedia.org\/",
        "http:\/\/he.wikipedia.org\/",
        "http:\/\/sl.wikipedia.org\/",
        "http:\/\/hr.wikipedia.org\/",
        "http:\/\/vo.wikipedia.org\/",
        "http:\/\/war.wikipedia.org\/",
        "http:\/\/et.wikipedia.org\/",
        "http:\/\/hi.wikipedia.org\/",
        "http:\/\/ceb.wikipedia.org\/",
        "http:\/\/gl.wikipedia.org\/",
        "http:\/\/nn.wikipedia.org\/",
        "http:\/\/simple.wikipedia.org\/",
        "http:\/\/az.wikipedia.org\/",
        "http:\/\/la.wikipedia.org\/",
        "http:\/\/el.wikipedia.org\/",
        "http:\/\/uz.wikipedia.org\/",
        "http:\/\/th.wikipedia.org\/",
        "http:\/\/sh.wikipedia.org\/",
        "http:\/\/oc.wikipedia.org\/"
    ],
    "chrome_url_overrides": {
        "newtab": "mynewtab.html"
    }
}