Sitecore Icon Search

Sitecore Icon Search Chrome Extension

Sitecore Icon Search란 무엇입니까?

Sitecore Icon Search은(는) https://sitecoreicons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sitecore Icon Search Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Sitecore Icon Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Sitecore Icon Search Sitecore Icon Search
ID hepjmecgoeldpcjmoajnlndefojbjhio
공식 URL https://chromewebstore.google.com/detail/sitecore-icon-search/hepjmecgoeldpcjmoajnlndefojbjhio
설명 Sitecore Icon Search Chrome Extension
파일 크기 541 KB
설치 횟수 538
현재 버전 3.0.1
최근 업데이트 2022-07-20
출시 날짜 2019-01-02
평점 5.00/5 총 2 개의 평점
개발자 https://sitecoreicons.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sitecoregabe.com
도움말 페이지 URL https://streza.dev
지원되는 언어 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"
    }
}