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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ https://www.chrisburkard.com/
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
        ]
    }
}