Chris Burkard Photography

Organize your homepage and workflow while staying inspired.

Chris Burkard Photography क्या है?

Chris Burkard Photography brandTURBO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize your homepage and workflow while staying inspired."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chris Burkard Photography एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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\/*"
        ]
    }
}