Baxbox Photography
With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.
Qu'est-ce que Baxbox Photography ?
Baxbox Photography est une extension Chrome développée par https://www.baxbox.com, et sa fonction principale est "With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Baxbox Photography
Téléchargez les fichiers d'extension Baxbox Photography au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Baxbox Photography |
ID | gcgjkmpdoiohllonhojgelljjgafejhd |
URL Officiel | https://chromewebstore.google.com/detail/baxbox-photography/gcgjkmpdoiohllonhojgelljjgafejhd |
Description | With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window. |
Taille du Fichier | 45 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-10-10 |
Date de Publication | 2016-10-10 |
Développeur | https://www.baxbox.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.baxbox.com |
Langues Prises en Charge | 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" } } |