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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |