Sitecore Icon Search
Sitecore Icon Search Chrome Extension
什麼是Sitecore Icon Search?
Sitecore Icon Search是由https://sitecoreicons.com開發的Chrome擴展程式,該擴展的主要功能是“Sitecore Icon Search Chrome Extension”。
擴展截圖
下載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 |
ID | hepjmecgoeldpcjmoajnlndefojbjhio |
官方網址 | 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" } } |