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