ng-detector

Detects AngularJS apps as you browse.

ng-detector là gì?

ng-detector là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Detects AngularJS apps as you browse.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ng-detector

Tải xuống các tệp mở rộng ng-detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ng-detector ng-detector
ID fedicaemhcfcmelihceehhaodggfeffm
URL Chính Thức https://chromewebstore.google.com/detail/ng-detector/fedicaemhcfcmelihceehhaodggfeffm
Mô tả Detects AngularJS apps as you browse.
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 1,682
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2014-10-17
Ngày Phát Hành 2014-10-17
Đánh Giá 4.68/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/IgorMinar/ng-detector
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}