Chris Burkard Photography
Organize your homepage and workflow while staying inspired.
Apa itu Chris Burkard Photography?
Chris Burkard Photography adalah ekstensi Chrome yang dikembangkan oleh brandTURBO, dan fitur utamanya adalah "Organize your homepage and workflow while staying inspired.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chris Burkard Photography
Unduh file ekstensi Chris Burkard Photography dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Chris Burkard Photography |
ID | ahahkpfdmlddommandcmeanlhbabnckn |
URL Resmi | https://chromewebstore.google.com/detail/chris-burkard-photography/ahahkpfdmlddommandcmeanlhbabnckn |
Deskripsi | Organize your homepage and workflow while staying inspired. |
Ukuran File | 1.25 MB |
Jumlah Instalasi | 792 |
Versi Saat Ini | 2.6.1 |
Terakhir Diperbarui | 2020-08-12 |
Tanggal Publikasi | 2020-08-12 |
Penilaian | 4.67/5 Total 6 Penilaian |
Pengembang | brandTURBO |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.chrisburkard.com/ |
URL Halaman Bantuan | https://www.chrisburkard.com/ |
URL Halaman Kebijakan Privasi | https://www.brandturbo.vip/privacy |
Bahasa yang Didukung | 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\/*" ] } } |