Sitecore Icon Search

Sitecore Icon Search Chrome Extension

¿Qué es Sitecore Icon Search?

Sitecore Icon Search es una extensión de Chrome desarrollada por https://sitecoreicons.com, y su función principal es "Sitecore Icon Search Chrome Extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Sitecore Icon Search

Descarga archivos de extensión Sitecore Icon Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Sitecore Icon Search Sitecore Icon Search
ID hepjmecgoeldpcjmoajnlndefojbjhio
URL Oficial https://chromewebstore.google.com/detail/sitecore-icon-search/hepjmecgoeldpcjmoajnlndefojbjhio
Descripción Sitecore Icon Search Chrome Extension
Tamaño del Archivo 541 KB
Cantidad de Instalaciones 538
Versión Actual 3.0.1
Última Actualización 2022-07-20
Fecha de Publicación 2019-01-02
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://sitecoreicons.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sitecoregabe.com
URL de la Página de Ayuda https://streza.dev
Idiomas Soportados 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"
    }
}