Extension Mutater

Reload all unpacked extensions with livereload notification.

Extension Mutaterคืออะไร?

Extension Mutater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mitsunori KUBOTA และคุณลักษณะหลักของมันคือ "Reload all unpacked extensions with livereload notification."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension Mutater

ดาวน์โหลดไฟล์ส่วนขยาย Extension Mutater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Extension Mutater Extension Mutater
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"
    ]
}