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”。
扩展截图
下载Random Wikipedia Tab扩展crx文件
下载Random Wikipedia Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |