Chrome SP Dev Tools
Chrome SP Dev Tools
什么是Chrome SP Dev Tools?
Chrome SP Dev Tools是由https://js231sp.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome SP Dev Tools”。
扩展截图
下载Chrome SP Dev Tools扩展crx文件
下载Chrome SP Dev Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Google chrome extension design to make SharePoint Developer’s life easier. Providing several useful tools: - Search API Tool: Test and see results and indexed properties returned by the SharePoint Search API. - Property Bag tool: allowing Devs to Create, Update or Delete web properties. - Site Lists tool: showing a list of all the lists and libraries Public or Hidden. - Web Custom Actions tool: allowing Devs to Create, Update or Delete web custom actions. - Site Custom Actions tool: allowing Devs to Create, Update or Delete site custom actions. - Web and site feature tool: showing a list of all the web and site features with the option of Activate or Deactivate the features.
扩展基本信息
名称 | |
ID | efhiadiopfkjpdihdmlccoffnpdblkho |
官方URL | https://chrome.google.com/webstore/detail/chrome-sp-dev-tools/efhiadiopfkjpdihdmlccoffnpdblkho |
简介 | Chrome SP Dev Tools |
文件大小 | 608 KB |
安装次数 | 1,000 |
当前版本 | 1.6.1 |
更新时间 | 2018-11-04 |
上架时间 | 2018-11-04 |
评分 | 5.00/5 共17次评分 |
开发者 | https://js231sp.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/DariuS231/ChromeSPDevTools |
帮助页面URL | https://github.com/DariuS231/ChromeSPDevTools/issues |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome SP Dev Tools", "version": "1.6.1", "manifest_version": 2, "description": "Chrome SP Dev Tools", "icons": { "16": "images\/sp_dev_tool_logo_16.png", "19": "images\/sp_dev_tool_logo_19.png", "32": "images\/sp_dev_tool_logo_32.png", "64": "images\/sp_dev_tool_logo_64.png", "76": "images\/sp_dev_tool_logo_76.png", "128": "images\/sp_dev_tool_logo_128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "16": "images\/sp_dev_tool_logo_16.png", "19": "images\/sp_dev_tool_logo_19.png", "32": "images\/sp_dev_tool_logo_32.png", "64": "images\/sp_dev_tool_logo_64.png", "76": "images\/sp_dev_tool_logo_76.png", "128": "images\/sp_dev_tool_logo_128.png" }, "default_title": "Chrome SP Dev Tools", "default_popup": "index.html" } } |