Random Fact - New Tab
Get a random fact about todays date every time you open a new tab in Google Chrome.
什么是Random Fact - New Tab?
Random Fact - New Tab是由https://beardedguys.net开发的Chrome扩展程序,该扩展的主要功能是“Get a random fact about todays date every time you open a new tab in Google Chrome.”。
扩展截图
下载Random Fact - New Tab扩展crx文件
下载Random Fact - New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Random Fact replaces the standard new tab page and provides you with a random fact about todays date every time you open a new tab in Google Chrome.
Features:
* Random fact based on the current date.
* Display the date.
* Welcome greeting based on the time of day.
Random facts are provided by numbersapi.com.
Please note: This extension requires a internet connection in order to obtain random facts for you.
Updates:
Version 1.2
* Due to numbersapi.com experiencing down time over the past few days, you'll now see a message when a random fact can't be retrieved.
* Extension size reduced by over 50%.
Version 1.1.1
* Greeting bug fix. 扩展基本信息
| 名称 | |
| ID | khnfanaldcpphoacnmeocpkoaniekkbg |
| 官方URL | https://chromewebstore.google.com/detail/random-fact-new-tab/khnfanaldcpphoacnmeocpkoaniekkbg |
| 简介 | Get a random fact about todays date every time you open a new tab in Google Chrome. |
| 文件大小 | 94.2 KB |
| 安装次数 | 124 |
| 当前版本 | 1.2 |
| 更新时间 | 2015-04-29 |
| 上架时间 | 2015-04-29 |
| 评分 | 2.71/5 共7次评分 |
| 开发者 | https://beardedguys.net |
| 付费类型 | free |
| 帮助页面URL | http://beardedguys.net |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Random Fact - New Tab",
"short_name": "Random Fact - New Tab",
"description": "Get a random fact about todays date every time you open a new tab in Google Chrome.",
"version": "1.2",
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |