Script Analyzer
Custom debugging capabilities.
ما هو Script Analyzer؟
Script Analyzer هو إضافة Chrome تم تطويرها بواسطة Gordon Kushner، والميزة الرئيسية لها هي "Custom debugging capabilities.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Script Analyzer
قم بتنزيل ملفات الامتداد Script Analyzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Developer Extension For Saving And Executing Your JavaScript scripts. Using the browser's local storage you can create, edit, delete and save your own custom scripts. Useful for frequently used debugging scripts. The extension also monitors the page navigation and provides a drop down list of target frames. Version 1.1 includes importing and exporting scripts.
معلومات أساسية عن التمديد
الاسم | Script Analyzer |
ID | niecpchgkpnlljnjedpncgaglkphhbni |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/script-analyzer/niecpchgkpnlljnjedpncgaglkphhbni |
الوصف | Custom debugging capabilities. |
حجم الملف | 7.94 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2019-06-01 |
تاريخ النشر | 2019-05-28 |
المطور | Gordon Kushner |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Script Analyzer", "version": "1.0.1", "manifest_version": 2, "description": "Custom debugging capabilities.", "devtools_page": "devtools.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "webNavigation" ], "background": { "scripts": [ "background.js" ] } } |