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 | 
| 官方URL | 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"
    ]
}  |  |