Random Wikipedia New Tab

Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.

Random Wikipedia New Tab란 무엇입니까?

Random Wikipedia New Tab은(는) João Tarla에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Say goodbye to the monotony of the 'new tab' and say hello to a world of delightful surprises! The Random Wikipedia Tab extension is your ticket to spontaneous knowledge exploration. With each tab you open, prepare to be whisked away to a completely random Wikipedia page, where you can stumble upon anything from the history of rubber ducks to the secret lives of garden gnomes. Ignite your curiosity, broaden your horizons, and embark on an exciting learning journey with every click.

GitHub: https://github.com/tarla/random-wikipedia-chrome-extension                    

확장 프로그램 기본 정보

이름 Random Wikipedia New Tab Random Wikipedia New Tab
ID kanbdekniajhfdofkbikiclgccplhfjg
공식 URL https://chromewebstore.google.com/detail/random-wikipedia-new-tab/kanbdekniajhfdofkbikiclgccplhfjg
설명 Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.
파일 크기 12.89 KB
설치 횟수 116
현재 버전 1.1
최근 업데이트 2023-05-23
출시 날짜 2019-03-24
평점 5.00/5 총 5 개의 평점
개발자 João Tarla
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random Wikipedia New Tab",
    "description": "Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.",
    "version": "1.1",
    "homepage_url": "https:\/\/en.wikipedia.org\/wiki\/Special:Random",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service+worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}