Sitecore Icon Search
Sitecore Icon Search Chrome Extension
Sitecore Icon Search क्या है?
Sitecore Icon Search https://sitecoreicons.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sitecore Icon Search Chrome Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sitecore Icon Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |