Chris Burkard Photography
Organize your homepage and workflow while staying inspired.
Cos'è Chris Burkard Photography?
Chris Burkard Photography è un'estensione di Chrome sviluppata da brandTURBO, e la sua funzione principale è "Organize your homepage and workflow while staying inspired.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chris Burkard Photography
Scarica i file di estensione Chris Burkard Photography in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chris Burkard Photography |
ID | ahahkpfdmlddommandcmeanlhbabnckn |
URL Ufficiale | https://chromewebstore.google.com/detail/chris-burkard-photography/ahahkpfdmlddommandcmeanlhbabnckn |
Descrizione | Organize your homepage and workflow while staying inspired. |
Dimensione del File | 1.25 MB |
Conteggio Installazioni | 792 |
Versione Corrente | 2.6.1 |
Ultimo Aggiornamento | 2020-08-12 |
Data di Pubblicazione | 2020-08-12 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | brandTURBO |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.chrisburkard.com/ |
URL della Pagina di Aiuto | https://www.chrisburkard.com/ |
URL della Pagina della Politica sulla Privacy | https://www.brandturbo.vip/privacy |
Lingue Supportate | 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\/*" ] } } |