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 |
官方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" } } |