Sitecore Icon Search
Sitecore Icon Search Chrome Extension
O que é Sitecore Icon Search?
Sitecore Icon Search é uma extensão do Chrome desenvolvida por https://sitecoreicons.com, e sua principal característica é "Sitecore Icon Search Chrome Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sitecore Icon Search
Baixe arquivos de extensão Sitecore Icon Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Sitecore Icon Search |
ID | hepjmecgoeldpcjmoajnlndefojbjhio |
URL Oficial | https://chromewebstore.google.com/detail/sitecore-icon-search/hepjmecgoeldpcjmoajnlndefojbjhio |
Descrição | Sitecore Icon Search Chrome Extension |
Tamanho do Arquivo | 541 KB |
Contagem de Instalações | 538 |
Versão Atual | 3.0.1 |
Última Atualização | 2022-07-20 |
Data de Publicação | 2019-01-02 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://sitecoreicons.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sitecoregabe.com |
URL da Página de Ajuda | https://streza.dev |
Idiomas Suportados | 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" } } |