Cisar
SharePoint CSR Live Edit
什么是Cisar?
Cisar是由Andrei Markeev开发的Chrome扩展程序,该扩展的主要功能是“SharePoint CSR Live Edit”。
扩展截图
下载Cisar扩展crx文件
下载Cisar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is for SharePoint Developers. It makes process of creating SharePoint Client Side Rendering customizations many times faster. The customizations will be applied as-you-type to the underlying SharePoint page. Cisar provides CSR-tailored intellisense and tight integration with the underlying page.
Cisar supports Office 365 as well as on-premise SharePoint 2013. List forms, list views, list views in Edit mode and search results can be customized.
Extension is open source and free. Source code is available on Github: https://github.com/andrei-markeev/cisar 扩展基本信息
| 名称 | |
| ID | nifbdojdggkboiifaklkamfpjcmgafpo |
| 官方URL | https://chromewebstore.google.com/detail/cisar/nifbdojdggkboiifaklkamfpjcmgafpo |
| 简介 | SharePoint CSR Live Edit |
| 文件大小 | 986 KB |
| 安装次数 | 1,088 |
| 当前版本 | 2.1.2 |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 4.89/5 共27次评分 |
| 开发者 | Andrei Markeev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/andrei-markeev/cisar |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cisar",
"homepage_url": "https:\/\/github.com\/andrei-markeev\/cisar",
"version": "2.1.2",
"description": "SharePoint CSR Live Edit",
"icons": {
"48": "AppIcon48.png",
"96": "AppIcon96.png",
"128": "AppIcon.png"
},
"web_accessible_resources": [
"Content\/*.woff2"
],
"devtools_page": "devtools.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2
} | |