Sitecore Icon Search

Sitecore Icon Search Chrome Extension

Sitecore Icon Searchคืออะไร?

Sitecore Icon Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sitecoreicons.com และคุณลักษณะหลักของมันคือ "Sitecore Icon Search Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sitecore Icon Search

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}