Daily Inspiration for Photographers

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

Daily Inspiration for Photographers란 무엇입니까?

Daily Inspiration for Photographers은(는) https://dailyinspirationforphotographers.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension is designed to help photographers find new inspiration and creativity every day"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Daily Inspiration for Photographers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/)                    

확장 프로그램 기본 정보

이름 Daily Inspiration for Photographers Daily Inspiration for Photographers
ID cdpmmlgdjjdbhenapahejfchoofojopa
공식 URL https://chromewebstore.google.com/detail/daily-inspiration-for-pho/cdpmmlgdjjdbhenapahejfchoofojopa
설명 Extension is designed to help photographers find new inspiration and creativity every day
파일 크기 2.77 MB
설치 횟수 13,708
현재 버전 0.1.6
최근 업데이트 2023-07-05
출시 날짜 2023-04-01
평점 2.67/5 총 3 개의 평점
개발자 https://dailyinspirationforphotographers.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dailyinspirationforphotographers.com
개인정보 보호 정책 페이지 URL https://dailyinspirationforphotographers.com/index.php/privacy-policy
지원되는 언어 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\/*"
    ]
}