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 |
| 官方網址 | 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
} | |