Sitecore Icon Search

Sitecore Icon Search Chrome Extension

Cos'è Sitecore Icon Search?

Sitecore Icon Search è un'estensione di Chrome sviluppata da https://sitecoreicons.com, e la sua funzione principale è "Sitecore Icon Search Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sitecore Icon Search

Scarica i file di estensione Sitecore Icon Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sitecore Icon Search Sitecore Icon Search
ID hepjmecgoeldpcjmoajnlndefojbjhio
URL Ufficiale https://chromewebstore.google.com/detail/sitecore-icon-search/hepjmecgoeldpcjmoajnlndefojbjhio
Descrizione Sitecore Icon Search Chrome Extension
Dimensione del File 541 KB
Conteggio Installazioni 538
Versione Corrente 3.0.1
Ultimo Aggiornamento 2022-07-20
Data di Pubblicazione 2019-01-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://sitecoreicons.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sitecoregabe.com
URL della Pagina di Aiuto https://streza.dev
Lingue Supportate 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"
    }
}