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. ⚡」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |