Extension Mutater

Reload all unpacked extensions with livereload notification.

Extension Mutater là gì?

Extension Mutater là một tiện ích mở rộng Chrome được phát triển bởi Mitsunori KUBOTA, và tính năng chính của nó là "Reload all unpacked extensions with livereload notification.".

Ả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 Extension Mutater

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

                        Extension Mutater enable you to use livereload in Chrome extension development.
Livereload notification apply to all unpacked extensions and extensions is refreshed.

This extension is for Chrome extension developers.
See github project page to know how to use Extension Mutater:
https://github.com/anatoo/chrome-extension-project-with-livereload                    

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

Tên Extension Mutater Extension Mutater
ID iaipiakhpgdfgpnfbiflinmbafjbgmhe
URL Chính Thức https://chrome.google.com/webstore/detail/extension-mutater/iaipiakhpgdfgpnfbiflinmbafjbgmhe
Mô tả Reload all unpacked extensions with livereload notification.
Kích Thước Tệp 11.6 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-02-08
Ngày Phát Hành 2014-02-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mitsunori KUBOTA
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Mutater",
    "description": "Reload all unpacked extensions with livereload notification.",
    "manifest_version": 2,
    "version": "0.0.2",
    "permissions": [
        "tabs",
        "management",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Reload all extensions in development."
    },
    "web_accessible_resources": [
        "icon19.png"
    ]
}