Chris Burkard Photography
Organize your homepage and workflow while staying inspired.
Vad är Chris Burkard Photography?
Chris Burkard Photography är en Chrome-tillägg utvecklad av brandTURBO, och dess huvudfunktion är "Organize your homepage and workflow while staying inspired.".
Tilläggsskärmbilder
Ladda ner Chris Burkard Photography-förlängningens CRX-fil
Ladda ner Chris Burkard Photography-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Chris Burkard Photography |
ID | ahahkpfdmlddommandcmeanlhbabnckn |
Officiell webbadress | https://chromewebstore.google.com/detail/chris-burkard-photography/ahahkpfdmlddommandcmeanlhbabnckn |
Beskrivning | Organize your homepage and workflow while staying inspired. |
Filstorlek | 1.25 MB |
Antal Installationer | 792 |
Aktuell Version | 2.6.1 |
Senast Uppdaterad | 2020-08-12 |
Publiceringsdatum | 2020-08-12 |
Betyg | 4.67/5 Totalt 6 Betyg |
Utvecklare | brandTURBO |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.chrisburkard.com/ |
Hjälpsida URL | https://www.chrisburkard.com/ |
URL till Sekretesspolicy Sidan | https://www.brandturbo.vip/privacy |
Stödda Språk | 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\/*" ] } } |