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\/*"
        ]
    }
}