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ファイルをダウンロード

Sitecore Icon Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}