Beautiful New Tab
A beautiful new tab page
什麼是Beautiful New Tab?
Beautiful New Tab是由Matt Carrick開發的Chrome擴展程式,該擴展的主要功能是“A beautiful new tab page”。
擴展截圖
下載Beautiful New Tab擴展crx文件
下載Beautiful New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date. 擴展基本資訊
| 名稱 | |
| ID | bailppllbndlpphoipdchcmiiefhelfh |
| 官方網址 | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
| 簡介 | A beautiful new tab page |
| 檔案大小 | 3.78 MB |
| 安裝次數 | 167 |
| 目前版本 | 1.19 |
| 更新時間 | 2019-08-28 |
| 上架時間 | 2019-08-28 |
| 評分 | 5.00/5 共 9 次評分 |
| 開發者 | Matt Carrick |
| 付費類型 | free |
| 擴展官網 | http://rokco.org |
| 說明頁面URL | https://github.com/xRokco/New-Tab |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Beautiful New Tab",
"version": "1.19",
"minimum_chrome_version": "37",
"manifest_version": 2,
"description": "A beautiful new tab page",
"icons": {
"128": "icon_128.png",
"48": "icon_48.png",
"16": "icon_16.png"
},
"permissions": [
"geolocation",
"storage",
"bookmarks",
"chrome:\/\/favicon\/",
"unlimitedStorage"
],
"background": {
"scripts": [
"jquery.min.js",
"config.js",
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"options_page": "options.html",
"web_accessible_resources": [
"index.html"
]
} | |