ScopeDoctor
Quicly shows AngularJS scope on page
ما هو ScopeDoctor؟
ScopeDoctor هو إضافة Chrome تم تطويرها بواسطة Naber Consulting، والميزة الرئيسية لها هي "Quicly shows AngularJS scope on page".
تحميل ملف CRX للإضافة ScopeDoctor
قم بتنزيل ملفات الامتداد ScopeDoctor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
AngularJS ScopeDoctor lets you quickly see scope by highlighting borders in your browser
معلومات أساسية عن التمديد
الاسم | |
ID | fmcfmggannikjfnfhlfjegpajelifdpc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/scopedoctor/fmcfmggannikjfnfhlfjegpajelifdpc |
الوصف | Quicly shows AngularJS scope on page |
حجم الملف | 3.39 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-10-29 |
تاريخ النشر | 2014-10-29 |
المطور | Naber Consulting |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScopeDoctor", "description": "Quicly shows AngularJS scope on page", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Scopes by ScopeDoctor" }, "manifest_version": 2 } |