Sitecore Extensions
Small improvements which will make your work with Sitecore much easier.
什么是Sitecore Extensions?
Sitecore Extensions是由https://alan-null.github.io开发的Chrome扩展程序,该扩展的主要功能是“Small improvements which will make your work with Sitecore much easier.”。
扩展截图
下载Sitecore Extensions扩展crx文件
下载Sitecore Extensions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Thanks to Sitecore Extensions your productivity will explode.
It adds many improvements to a standard Sitecore CMS which make your live much easier.
The most important feature of this module is so called Launcher.
Just type Ctrl+ Space and search for commands.
See all available modules here: https://github.com/alan-null/sc_ext/wiki/Modules 扩展基本信息
| 名称 | |
| ID | aoclhcccfdkjddgpaaajldgljhllhgmd |
| 官方URL | https://chromewebstore.google.com/detail/sitecore-extensions/aoclhcccfdkjddgpaaajldgljhllhgmd |
| 简介 | Small improvements which will make your work with Sitecore much easier. |
| 文件大小 | 341 KB |
| 安装次数 | 2,108 |
| 当前版本 | 4.0.0 |
| 更新时间 | 2023-10-11 |
| 上架时间 | 2020-04-20 |
| 评分 | 4.88/5 共17次评分 |
| 开发者 | https://alan-null.github.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/alan-null/sc_ext |
| 帮助页面URL | https://github.com/alan-null/sc_ext |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"version": "4.0.0",
"manifest_version": 3,
"description": "__MSG_appDescription__",
"icons": {
"16": "chrome\/images\/icon-16.png",
"48": "chrome\/images\/icon-48.png",
"128": "chrome\/images\/icon-128.png"
},
"default_locale": "en",
"background": {
"service_worker": "chrome\/background.js"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"chrome\/contentscript.js",
"common\/optionsProvider.js"
],
"css": [
"sc_ext\/styles\/launcher.css",
"sc_ext\/styles\/databaseName.css",
"sc_ext\/styles\/fieldSearch.css",
"sc_ext\/styles\/treelistField.css",
"sc_ext\/styles\/fieldInspector.css",
"sc_ext\/styles\/toggleRibbon.css",
"sc_ext\/styles\/treeScope.css",
"sc_ext\/libraries\/iziToast.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"action": {
"default_icon": {
"19": "chrome\/images\/icon-disabled-128.png",
"38": "chrome\/images\/icon-disabled-128.png"
},
"default_popup": "chrome\/popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html"
},
"web_accessible_resources": [
{
"resources": [
"common\/optionsProvider.js",
"sc_ext\/Application.js",
"sc_ext\/libraries\/iziToast.js"
],
"matches": [
"https:\/\/*\/*"
],
"extension_ids": [
"aoclhcccfdkjddgpaaajldgljhllhgmd"
]
}
]
} | |