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 |
| Eメール | [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"
}
} | |