Chris Burkard Photography

Organize your homepage and workflow while staying inspired.

Wat is Chris Burkard Photography?

Chris Burkard Photography is een Chrome-extensie ontwikkeld door brandTURBO, en de belangrijkste functie is "Organize your homepage and workflow while staying inspired.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chris Burkard Photography

Download Chris Burkard Photography-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chris Burkard Photography Chris Burkard Photography
ID ahahkpfdmlddommandcmeanlhbabnckn
Officiële URL https://chromewebstore.google.com/detail/chris-burkard-photography/ahahkpfdmlddommandcmeanlhbabnckn
Beschrijving Organize your homepage and workflow while staying inspired.
Bestandsgrootte 1.25 MB
Aantal Installaties 792
Huidige Versie 2.6.1
Laatst Bijgewerkt 2020-08-12
Publicatiedatum 2020-08-12
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar brandTURBO
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.chrisburkard.com/
Help Pagina-URL https://www.chrisburkard.com/
URL van de Privacybeleid Pagina https://www.brandturbo.vip/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}