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ファイルをダウンロード

Random Wikipedia New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}