Extension Mutater
Reload all unpacked extensions with livereload notification.
Extension Mutater란 무엇입니까?
Extension Mutater은(는) Mitsunori KUBOTA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reload all unpacked extensions with livereload notification."입니다.
확장 프로그램 스크린샷
Extension Mutater 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | ![]() |
ID | iaipiakhpgdfgpnfbiflinmbafjbgmhe |
공식 URL | https://chrome.google.com/webstore/detail/extension-mutater/iaipiakhpgdfgpnfbiflinmbafjbgmhe |
설명 | Reload all unpacked extensions with livereload notification. |
파일 크기 | 11.6 KB |
설치 횟수 | 18 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2014-02-08 |
출시 날짜 | 2014-02-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Mitsunori KUBOTA |
결제 유형 | free |
지원되는 언어 | 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" ] } |