Sitecore Icon Search

Sitecore Icon Search Chrome Extension

Sitecore Icon Search là gì?

Sitecore Icon Search là một tiện ích mở rộng Chrome được phát triển bởi https://sitecoreicons.com, và tính năng chính của nó là "Sitecore Icon Search Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sitecore Icon Search

Tải xuống các tệp mở rộng Sitecore Icon Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sitecore Icon Search Sitecore Icon Search
ID hepjmecgoeldpcjmoajnlndefojbjhio
URL Chính Thức https://chromewebstore.google.com/detail/sitecore-icon-search/hepjmecgoeldpcjmoajnlndefojbjhio
Mô tả Sitecore Icon Search Chrome Extension
Kích Thước Tệp 541 KB
Số Lần Cài Đặt 538
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2022-07-20
Ngày Phát Hành 2019-01-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sitecoreicons.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sitecoregabe.com
URL Trang Trợ Giúp https://streza.dev
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}