AngularJS Graph
AngularJS dependency graph.
ما هو AngularJS Graph؟
AngularJS Graph هو إضافة Chrome تم تطويرها بواسطة Filip (filso)، والميزة الرئيسية لها هي "AngularJS dependency graph.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AngularJS Graph
قم بتنزيل ملفات الامتداد AngularJS Graph بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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", " |