Ember Console Utils

Load ember console utils js as local file

Ember Console Utils là gì?

Ember Console Utils là một tiện ích mở rộng Chrome được phát triển bởi korniholio, và tính năng chính của nó là "Load ember console utils js as local file".

Ả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 Ember Console Utils

Tải xuống các tệp mở rộng Ember Console Utils 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

                        An extension, which adds the super-handy ebryn's ember-console-utils to any opened tab locally, whithout the need to include the library in your project.

With ember-console-utils you can inspect $0.controller(), $0.model(), $0.template() and $0.view() for any inspected DOM element.

All credits go to: https://github.com/ebryn.

You can check out the library on: https://github.com/ebryn/ember-console-utils                    

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

Tên Ember Console Utils Ember Console Utils
ID idakfpdomghaikfnaakncahffbfpkhjm
URL Chính Thức https://chrome.google.com/webstore/detail/ember-console-utils/idakfpdomghaikfnaakncahffbfpkhjm
Mô tả Load ember console utils js as local file
Kích Thước Tệp 6.99 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-06-27
Ngày Phát Hành 2014-06-27
Nhà Phát Triển korniholio
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ebryn/ember-console-utils
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ember Console Utils",
    "description": "Load ember console utils js as local file",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ember-console-utils.js",
                "register-utils.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ember-console-utils.js",
        "register-utils.js"
    ]
}