Baxbox Photography
With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.
Was ist Baxbox Photography?
Baxbox Photography ist eine Chrome-Erweiterung, die von https://www.baxbox.com entwickelt wurde, und ihr Hauptmerkmal ist "With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.".
Erweiterungsscreenshots
Baxbox Photography-Erweiterungs-CRX-Datei herunterladen
Laden Sie Baxbox Photography-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
This plugin uses BaxBox's photography as your browsers background every time you open a new browser window. There are a wide variety of photos in Baxbox's portfolio. Nature, Architecture, Long Exposures and Abstract Light.
Grundlegende Informationen zur Erweiterung
Name | Baxbox Photography |
ID | gcgjkmpdoiohllonhojgelljjgafejhd |
Offizielle URL | https://chromewebstore.google.com/detail/baxbox-photography/gcgjkmpdoiohllonhojgelljjgafejhd |
Beschreibung | With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window. |
Dateigröße | 45 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-10-10 |
Veröffentlichungsdatum | 2016-10-10 |
Entwickler | https://www.baxbox.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.baxbox.com |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Baxbox Photography", "short_name": "Baxbox.com", "description": "With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "\/newtab.html" }, "icons": { "16": "\/icon16.png", "48": "\/icon48.png", "128": "\/icon128.png" } } |