Chrome SP Dev Tools
Chrome SP Dev Tools
ما هو Chrome SP Dev Tools؟
Chrome SP Dev Tools هو إضافة Chrome تم تطويرها بواسطة https://js231sp.com، والميزة الرئيسية لها هي "Chrome SP Dev Tools".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome SP Dev Tools
قم بتنزيل ملفات الامتداد Chrome SP Dev Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
| عنوان صفحة المساعدة | 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"
}
} | |