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 |
| 官方網址 | 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"
}
} | |