Baxbox Photography
With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.
Vad är Baxbox Photography?
Baxbox Photography är en Chrome-tillägg utvecklad av https://www.baxbox.com, och dess huvudfunktion är "With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.".
Tilläggsskärmbilder
Ladda ner Baxbox Photography-förlängningens CRX-fil
Ladda ner Baxbox Photography-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gcgjkmpdoiohllonhojgelljjgafejhd |
| Officiell webbadress | https://chromewebstore.google.com/detail/baxbox-photography/gcgjkmpdoiohllonhojgelljjgafejhd |
| Beskrivning | With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window. |
| Filstorlek | 45 KB |
| Antal Installationer | 18 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2016-10-10 |
| Publiceringsdatum | 2016-10-10 |
| Utvecklare | https://www.baxbox.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.baxbox.com |
| Stödda Språk | 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"
}
} | |