Daily Inspiration for Photographers

Extension is designed to help photographers find new inspiration and creativity every day

What is Daily Inspiration for Photographers?

Daily Inspiration for Photographers is a Chrome extension developed by https://dailyinspirationforphotographers.com, and its main feature is "Extension is designed to help photographers find new inspiration and creativity every day".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Daily Inspiration for Photographers Extension CRX File

Download Daily Inspiration for Photographers 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

                        With a simple click, users can access a new image and a brief description to help spark their creativity and enhance their photographic skills. 

By clicking "Add to Chrome" you accept and agree to installing the "Daily inspiration for photographers" Chrome extension and setting Chrome Tab search provider to Microsoft Bing as described by the service in the Terms of Use (https://dailyinspirationforphotographers.com/index.php/terms-of-use/) and Privacy Policy (https://dailyinspirationforphotographers.com/index.php/privacy-policy/)                    

Extension Basic Information

Name Daily Inspiration for Photographers Daily Inspiration for Photographers
ID cdpmmlgdjjdbhenapahejfchoofojopa
Official URL https://chromewebstore.google.com/detail/daily-inspiration-for-pho/cdpmmlgdjjdbhenapahejfchoofojopa
Description Extension is designed to help photographers find new inspiration and creativity every day
File Size 2.77 MB
Installation Count 13,708
Current Version 0.1.6
Last Updated 2023-07-05
Publish Date 2023-04-01
Rating 2.67/5 Total 3 Ratings
Developer https://dailyinspirationforphotographers.com
Email [email protected]
Payment Type free
Extension Website https://dailyinspirationforphotographers.com
Privacy Policy Page URL https://dailyinspirationforphotographers.com/index.php/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "name": "Daily Inspiration for Photographers",
    "description": "Extension is designed to help photographers find new inspiration and creativity every day",
    "icons": {
        "128": "LogoWhiteCircle.png"
    },
    "version": "0.1.6",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "templates\/search.html"
    },
    "host_permissions": [
        "*:\/\/*.source.unsplash.com\/*"
    ]
}