Chris Burkard Photography

Organize your homepage and workflow while staying inspired.

Qu'est-ce que Chris Burkard Photography ?

Chris Burkard Photography est une extension Chrome développée par brandTURBO, et sa fonction principale est "Organize your homepage and workflow while staying inspired.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chris Burkard Photography

Téléchargez les fichiers d'extension Chris Burkard Photography au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chris Burkard Photography Chris Burkard Photography
ID ahahkpfdmlddommandcmeanlhbabnckn
URL Officiel https://chromewebstore.google.com/detail/chris-burkard-photography/ahahkpfdmlddommandcmeanlhbabnckn
Description Organize your homepage and workflow while staying inspired.
Taille du Fichier 1.25 MB
Nombre d'Installations 792
Version Actuelle 2.6.1
Dernière Mise à Jour 2020-08-12
Date de Publication 2020-08-12
Évaluation 4.67/5 Total 6 Évaluations
Développeur brandTURBO
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.chrisburkard.com/
URL de la Page d'Aide https://www.chrisburkard.com/
URL de la Page de Politique de Confidentialité https://www.brandturbo.vip/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}