Bling

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

Was ist Bling?

Bling ist eine Chrome-Erweiterung, die von sc268 entwickelt wurde, und ihr Hauptmerkmal ist "Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Bling-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bling-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bling Bling
ID miadgdbikopilibajdfnooeimafebocb
Offizielle URL https://chromewebstore.google.com/detail/bling/miadgdbikopilibajdfnooeimafebocb
Beschreibung Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing…
Dateigröße 42.63 KB
Installationsanzahl 112
Aktuelle Version 0.0.0.3
Letztes Update 2019-10-21
Veröffentlichungsdatum 2019-10-20
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler sc268
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.linkedin.com/in/seanschang
Unterstützte Sprachen 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"
    }
}