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.”。
扩展截图
下载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 |
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" ] } |