Baxbox Photography
With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.
ما هو Baxbox Photography؟
Baxbox Photography هو إضافة Chrome تم تطويرها بواسطة https://www.baxbox.com، والميزة الرئيسية لها هي "With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Baxbox Photography
قم بتنزيل ملفات الامتداد Baxbox Photography بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | gcgjkmpdoiohllonhojgelljjgafejhd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/baxbox-photography/gcgjkmpdoiohllonhojgelljjgafejhd |
| الوصف | With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window. |
| حجم الملف | 45 KB |
| عدد التثبيتات | 18 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2016-10-10 |
| تاريخ النشر | 2016-10-10 |
| المطور | https://www.baxbox.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://www.baxbox.com |
| اللغات المدعومة | 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"
}
} | |