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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}