Chris Burkard Photography

Organize your homepage and workflow while staying inspired.

ما هو Chris Burkard Photography؟

Chris Burkard Photography هو إضافة Chrome تم تطويرها بواسطة brandTURBO، والميزة الرئيسية لها هي "Organize your homepage and workflow while staying inspired.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Chris Burkard Photography

قم بتنزيل ملفات الامتداد Chris Burkard Photography بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Immerse yourself in your favorite landscapes and countries in the office and at home. Organize your workflow and keep your favorite wallpapers at your finger tips.                    

معلومات أساسية عن التمديد

الاسم Chris Burkard Photography Chris Burkard Photography
ID ahahkpfdmlddommandcmeanlhbabnckn
عنوان URL الرسمي https://chromewebstore.google.com/detail/chris-burkard-photography/ahahkpfdmlddommandcmeanlhbabnckn
الوصف Organize your homepage and workflow while staying inspired.
حجم الملف 1.25 MB
عدد التثبيتات 792
النسخة الحالية 2.6.1
آخر تحديث 2020-08-12
تاريخ النشر 2020-08-12
تقييم 4.67/5 مجموع تقييمات 6
المطور brandTURBO
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.chrisburkard.com/
عنوان صفحة المساعدة https://www.chrisburkard.com/
عنوان صفحة سياسة الخصوصية https://www.brandturbo.vip/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chris Burkard Photography",
    "version": "2.6.1",
    "description": "Organize your homepage and workflow while staying inspired.",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.chrisburkard.com\/*"
        ]
    }
}