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
官方URL 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"
    }
}