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文件

下載Daily Inspiration for Photographers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}