Chris Burkard Photography
Organize your homepage and workflow while staying inspired.
What is Chris Burkard Photography?
Chris Burkard Photography is a Chrome extension developed by brandTURBO, and its main feature is "Organize your homepage and workflow while staying inspired.".
Extension Screenshots
Download Chris Burkard Photography Extension CRX File
Download Chris Burkard Photography extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Chris Burkard Photography |
ID | ahahkpfdmlddommandcmeanlhbabnckn |
Official URL | https://chromewebstore.google.com/detail/chris-burkard-photography/ahahkpfdmlddommandcmeanlhbabnckn |
Description | Organize your homepage and workflow while staying inspired. |
File Size | 1.25 MB |
Installation Count | 792 |
Current Version | 2.6.1 |
Last Updated | 2020-08-12 |
Publish Date | 2020-08-12 |
Rating | 4.67/5 Total 6 Ratings |
Developer | brandTURBO |
[email protected] | |
Payment Type | free |
Extension Website | https://www.chrisburkard.com/ |
Help Page URL | https://www.chrisburkard.com/ |
Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
Supported Languages | 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\/*" ] } } |