Sitecore Icon Search

Sitecore Icon Search Chrome Extension

Qu'est-ce que Sitecore Icon Search ?

Sitecore Icon Search est une extension Chrome développée par https://sitecoreicons.com, et sa fonction principale est "Sitecore Icon Search Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sitecore Icon Search

Téléchargez les fichiers d'extension Sitecore Icon Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sitecore Icon Search Sitecore Icon Search
ID hepjmecgoeldpcjmoajnlndefojbjhio
URL Officiel https://chromewebstore.google.com/detail/sitecore-icon-search/hepjmecgoeldpcjmoajnlndefojbjhio
Description Sitecore Icon Search Chrome Extension
Taille du Fichier 541 KB
Nombre d'Installations 538
Version Actuelle 3.0.1
Dernière Mise à Jour 2022-07-20
Date de Publication 2019-01-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://sitecoreicons.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sitecoregabe.com
URL de la Page d'Aide https://streza.dev
Langues Prises en Charge 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"
    }
}