Simple Lottery Generator

This extension will generate random lottery numbers.

Simple Lottery Generatorคืออะไร?

Simple Lottery Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Will และคุณลักษณะหลักของมันคือ "This extension will generate random lottery numbers."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Lottery Generator

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

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

                        Generate random lottery numbers for Powerball and Mega Millions                    

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

ชื่อ Simple Lottery Generator Simple Lottery Generator
ID neidfboelnecgmakbkeiehiaaajpgegc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/neidfboelnecgmakbkeiehiaaajpgegc
คำอธิบาย This extension will generate random lottery numbers.
ขนาดไฟล์ 76.39 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2019-03-31
วันที่เผยแพร่ 2019-03-31
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Will
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Lottery Generator",
    "description": "This extension will generate random lottery numbers.",
    "version": "1",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Simple Lottery Generator"
    },
    "background": {
        "scripts": [
            "jquery-3.1.1.min.js"
        ],
        "persistent": false
    }
}