Bling

Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing…

什么是Bling?

Bling是由sc268开发的Chrome扩展程序,该扩展的主要功能是“Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing…”。

扩展截图

screenshot
screenshot
screenshot

下载Bling扩展crx文件

下载Bling扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing daily photos. Minimal permission required.                    

扩展基本信息

名称 Bling Bling
ID miadgdbikopilibajdfnooeimafebocb
官方URL https://chromewebstore.google.com/detail/bling/miadgdbikopilibajdfnooeimafebocb
简介 Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing…
文件大小 42.63 KB
安装次数 112
当前版本 0.0.0.3
更新时间 2019-10-21
上架时间 2019-10-20
评分 5.00/5 共3次评分
开发者 sc268
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.linkedin.com/in/seanschang
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bling",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "new.html"
    },
    "permissions": [
        "https:\/\/www.bing.com\/*"
    ],
    "web_accessible_resources": [
        "new.html"
    ],
    "homepage_url": "https:\/\/linkedin.com\/in\/seanschang",
    "description": "",
    "manifest_version": 2,
    "version": "0.0.0.3",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "48": "icon.png"
    }
}