ng-detector

Detects AngularJS apps as you browse.

ما هو ng-detector؟

ng-detector هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Detects AngularJS apps as you browse.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ng-detector

قم بتنزيل ملفات الامتداد ng-detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Adds a small AngularJS icon into the address bar when you come across a page that is built using AngularJS.

Mouse over the icon to see the Angular version info.                    

معلومات أساسية عن التمديد

الاسم ng-detector ng-detector
ID fedicaemhcfcmelihceehhaodggfeffm
عنوان URL الرسمي https://chromewebstore.google.com/detail/ng-detector/fedicaemhcfcmelihceehhaodggfeffm
الوصف Detects AngularJS apps as you browse.
حجم الملف 105 KB
عدد التثبيتات 1,682
النسخة الحالية 1.2.1
آخر تحديث 2014-10-17
تاريخ النشر 2014-10-17
تقييم 4.68/5 مجموع تقييمات 19
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/IgorMinar/ng-detector
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ng-detector",
    "description": "Detects AngularJS apps as you browse.",
    "author": "Igor Minar",
    "version": "1.2.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "AngularJS Super-Powered"
    },
    "web_accessible_resources": [
        "inject.js"
    ]
}