Sitecore Icon Search
Sitecore Icon Search Chrome Extension
Что такое Sitecore Icon Search?
Sitecore Icon Search - это расширение Chrome, разработанное https://sitecoreicons.com, и его основная функция - "Sitecore Icon Search Chrome Extension".
Снимки экрана расширения
Скачать файл CRX расширения Sitecore Icon Search
Скачайте файлы расширений Sitecore Icon Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The Sitecore Icon Search Google Chrome extension is a converted version of the Sitecore Icon Search Web App. It assists developers to search and add Sitecore icons without ever leaving the tab. 1) Navigate to a template or item and click the Icon field. 2) Click the Sitecore Icon Search extension icon. 3) Search and click the icon link you want to use. The extension automatically: - Enables the Standard Fields checkbox under the Views tab in the Ribbon (if it's not already enabled). -Sets the Icon field under the Appearance section to the selected icon (user does not need to select the Icon field). A copy of the selected icon's relative path will still be copied to the clipboard. -Saves the item.
Основная информация о расширении
Название | Sitecore Icon Search |
ID | hepjmecgoeldpcjmoajnlndefojbjhio |
Официальный URL | https://chromewebstore.google.com/detail/sitecore-icon-search/hepjmecgoeldpcjmoajnlndefojbjhio |
Описание | Sitecore Icon Search Chrome Extension |
Размер файла | 541 KB |
Количество установок | 538 |
Текущая Версия | 3.0.1 |
Последнее Обновление | 2022-07-20 |
Дата публикации | 2019-01-02 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://sitecoreicons.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://sitecoregabe.com |
URL страницы помощи | https://streza.dev |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sitecore Icon Search", "version": "3.0.1", "manifest_version": 3, "description": "Sitecore Icon Search Chrome Extension", "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/sitecoreicons.com\/" ], "action": { "default_icon": { "19": "icons\/icon-16.png", "38": "icons\/icon-32.png" }, "default_title": "Sitecore Icon Search", "default_popup": "popup.html" } } |