Experience Tranquility

Zenyatta Motivational Sprite

Experience Tranquilityคืออะไร?

Experience Tranquility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย justaschopick และคุณลักษณะหลักของมันคือ "Zenyatta Motivational Sprite"

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

screenshot

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

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

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

                        Google Chrome extension to have Overwatch character sprites appear and speak on-screen. Currently, only Zenyatta is implemented.                    

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

ชื่อ Experience Tranquility Experience Tranquility
ID nbandbldaelaeoiikogjmaihfhfifhbp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/experience-tranquility/nbandbldaelaeoiikogjmaihfhfifhbp
คำอธิบาย Zenyatta Motivational Sprite
ขนาดไฟล์ 2.25 MB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-02-24
วันที่เผยแพร่ 2019-02-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา justaschopick
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Experience Tranquility",
    "version": "1.0",
    "description": "Zenyatta Motivational Sprite",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "icons\/Zenyatta_Icon_16.png",
            "32": "icons\/Zenyatta_Icon_32.png",
            "48": "icons\/Zenyatta_Icon_48.png",
            "128": "icons\/Zenyatta_Icon_128.png"
        }
    },
    "web_accessible_resources": [
        "styles\/*",
        "audio-files\/*",
        "images\/Zenyatta.gif",
        "speech-bubbles\/*"
    ],
    "icons": {
        "16": "icons\/Zenyatta_Icon_16.png",
        "32": "icons\/Zenyatta_Icon_32.png",
        "48": "icons\/Zenyatta_Icon_48.png",
        "128": "icons\/Zenyatta_Icon_128.png"
    },
    "manifest_version": 2
}