Chrome SP Dev Tools

Chrome SP Dev Tools

Chrome SP Dev Tools là gì?

Chrome SP Dev Tools là một tiện ích mở rộng Chrome được phát triển bởi https://js231sp.com, và tính năng chính của nó là "Chrome SP Dev Tools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome SP Dev Tools

Tải xuống các tệp mở rộng Chrome SP Dev Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome SP Dev Tools Chrome SP Dev Tools
ID efhiadiopfkjpdihdmlccoffnpdblkho
URL Chính Thức https://chrome.google.com/webstore/detail/chrome-sp-dev-tools/efhiadiopfkjpdihdmlccoffnpdblkho
Mô tả Chrome SP Dev Tools
Kích Thước Tệp 608 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.6.1
Cập Nhật Lần Cuối 2018-11-04
Ngày Phát Hành 2018-11-04
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://js231sp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DariuS231/ChromeSPDevTools
URL Trang Trợ Giúp https://github.com/DariuS231/ChromeSPDevTools/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}