Sitecore Icon Search

Sitecore Icon Search Chrome Extension

What is Sitecore Icon Search?

Sitecore Icon Search is a Chrome extension developed by https://sitecoreicons.com, and its main feature is "Sitecore Icon Search Chrome Extension".

Extension Screenshots

screenshot
screenshot

Download Sitecore Icon Search Extension CRX File

Download Sitecore Icon Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sitecore Icon Search Sitecore Icon Search
ID hepjmecgoeldpcjmoajnlndefojbjhio
Official URL https://chromewebstore.google.com/detail/sitecore-icon-search/hepjmecgoeldpcjmoajnlndefojbjhio
Description Sitecore Icon Search Chrome Extension
File Size 541 KB
Installation Count 538
Current Version 3.0.1
Last Updated 2022-07-20
Publish Date 2019-01-02
Rating 5.00/5 Total 2 Ratings
Developer https://sitecoreicons.com
Email [email protected]
Payment Type free
Extension Website https://sitecoregabe.com
Help Page URL https://streza.dev
Supported Languages 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"
    }
}