Chrome SP Dev Tools

Chrome SP Dev Tools

Chrome SP Dev Toolsคืออะไร?

Chrome SP Dev Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://js231sp.com และคุณลักษณะหลักของมันคือ "Chrome SP Dev Tools"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome SP Dev Tools

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}