Baxbox Photography
With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.
Cos'è Baxbox Photography?
Baxbox Photography è un'estensione di Chrome sviluppata da https://www.baxbox.com, e la sua funzione principale è "With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Baxbox Photography
Scarica i file di estensione Baxbox Photography in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Baxbox Photography |
ID | gcgjkmpdoiohllonhojgelljjgafejhd |
URL Ufficiale | https://chromewebstore.google.com/detail/baxbox-photography/gcgjkmpdoiohllonhojgelljjgafejhd |
Descrizione | With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window. |
Dimensione del File | 45 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-10-10 |
Data di Pubblicazione | 2016-10-10 |
Sviluppatore | https://www.baxbox.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.baxbox.com |
Lingue Supportate | 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" } } |