Elements - Preview
Adds personalization and overview to Visual Studio Online and TFS 2013
Elements - Previewคืออะไร?
Elements - Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elements และคุณลักษณะหลักของมันคือ "Adds personalization and overview to Visual Studio Online and TFS 2013"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elements - Preview
ดาวน์โหลดไฟล์ส่วนขยาย Elements - Preview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Get a tiled dashboard of all your work across all projects and project collections. The automatic update functionality ensures the information is up-to-date.
- Display My Favorites on project home page. This allows you to personalize your own project dashboard and not have to share Pinned Items with the entire team.
- Add charts to My Favorites. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jjpconebdoaidimneaglkhhmegfnpjjh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh |
| คำอธิบาย | Adds personalization and overview to Visual Studio Online and TFS 2013 |
| ขนาดไฟล์ | 3.5 KB |
| จำนวนการติดตั้ง | 75 |
| เวอร์ชันปัจจุบัน | 0.11.0.106 |
| อัปเดตครั้งล่าสุด | 2014-11-21 |
| วันที่เผยแพร่ | 2014-11-21 |
| ผู้พัฒนา | Elements |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://elementsvsx.wordpress.com/ |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Elements - Preview",
"description": "Adds personalization and overview to Visual Studio Online and TFS 2013",
"version": "0.11.0.106",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
} | |