AngularJS Graph
AngularJS dependency graph.
AngularJS Graphคืออะไร?
AngularJS Graph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Filip (filso) และคุณลักษณะหลักของมันคือ "AngularJS dependency graph."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AngularJS Graph
ดาวน์โหลดไฟล์ส่วนขยาย AngularJS Graph ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This adds new browser inspector tab, "AngularJS Graph" to browse your AngularJS graph. http://angularjs-graph.org/ Features: - components and modules view - update graph on reload - ignore and filter modules - sticky nodes - zooming and panning - filtering by component type
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AngularJS Graph |
ID | gghbihjmlhobaiedlbhcaellinkmlogj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/angularjs-graph/gghbihjmlhobaiedlbhcaellinkmlogj |
คำอธิบาย | AngularJS dependency graph. |
ขนาดไฟล์ | 559 KB |
จำนวนการติดตั้ง | 2,690 |
เวอร์ชันปัจจุบัน | 0.2.9 |
อัปเดตครั้งล่าสุด | 2023-09-26 |
วันที่เผยแพร่ | 2020-05-28 |
คะแนน | 4.49/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | Filip (filso) |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://angularjs-graph.org/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AngularJS Graph", "version": "0.2.9", "description": "AngularJS dependency graph.", "background": { "page": "app\/background.html" }, "devtools_page": "app\/devtoolsBackground.html", "options_page": "app\/index.html", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "manifest_version": 2, "icons": { "500": "app\/img\/square-500.png" }, "permissions": [ "storage", " |