Brandfetch
Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡
Что такое Brandfetch?
Brandfetch - это расширение Chrome, разработанное https://brandfetch.com, и его основная функция - "Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡".
Снимки экрана расширения
Скачать файл CRX расширения Brandfetch
Скачайте файлы расширений 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] Основная информация о расширении
| Название | |
| 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"
}
} | |