Brandfetch

Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡

什麼是Brandfetch?

Brandfetch是由https://brandfetch.com開發的Chrome擴展程式,該擴展的主要功能是“Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡”。

擴展截圖

screenshot
screenshot
screenshot

下載Brandfetch擴展crx文件

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

擴展使用說明

                        Extract any company's brand assets from their website.  ✨

How does it work?

1. Access the latest logos, icons, colors, fonts and more.
2. Claim your brand and sync your assets to Brandfetch for easy-access.

What is Brandfetch?

Brandfetch is the global brand platform, hosting the world’s brands. Search from the largest and most up-to-date brand asset repository and add your brand to keep it consistent across the internet.

For any questions or feedback, contact [email protected]                    

擴展基本資訊

名稱 Brandfetch Brandfetch
ID ecbhicmbbeeckcmhgoaiemddbfcgphhj
官方網址 https://chromewebstore.google.com/detail/brandfetch/ecbhicmbbeeckcmhgoaiemddbfcgphhj
簡介 Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡
檔案大小 335 KB
安裝次數 9,553
目前版本 4.0.3
更新時間 2023-09-01
上架時間 2020-04-21
評分 4.67/5 共 12 次評分
開發者 https://brandfetch.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://brandfetch.com/
說明頁面URL https://brandfetch.com/
隱私政策頁面URL https://brandfetch.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brandfetch",
    "version": "4.0.3",
    "description": "Brandfetch gives you instant access to millions of logos, colors, fonts and more. \u26a1",
    "homepage_url": "https:\/\/brandfetch.com\/plugins\/google-chrome",
    "icons": {
        "16": ".\/imgs\/icon_16.png",
        "32": ".\/imgs\/icon_32.png",
        "48": ".\/imgs\/icon_48.png",
        "128": ".\/imgs\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": ".\/app.html",
        "default_icon": {
            "16": ".\/imgs\/icon_16.png",
            "32": ".\/imgs\/icon_32.png",
            "48": ".\/imgs\/icon_48.png",
            "128": ".\/imgs\/icon_128.png"
        }
    },
    "background": {
        "service_worker": ".\/background.js"
    }
}