Chrome SP Dev Tools

Chrome SP Dev Tools

什麼是Chrome SP Dev Tools?

Chrome SP Dev Tools是由https://js231sp.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome SP Dev Tools”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Chrome SP Dev Tools Chrome SP Dev Tools
ID efhiadiopfkjpdihdmlccoffnpdblkho
官方網址 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"
    }
}