BaseballStadiums

Baseball Stadiums

BaseballStadiumsคืออะไร?

BaseballStadiums เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Baseball Stadiums"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple chrome extension of all the most beautiful baseball stadiums in the United States. Try it out if you are a baseball fan or if you a want a nice stadium overlooking your browser.                    

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

ชื่อ BaseballStadiums BaseballStadiums
ID manikiilignbpbndndngnefccmiebekf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/baseballstadiums/manikiilignbpbndndngnefccmiebekf
คำอธิบาย Baseball Stadiums
ขนาดไฟล์ 13.25 MB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2018-07-24
วันที่เผยแพร่ 2018-07-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BaseballStadiums",
    "description": "Baseball Stadiums",
    "version": "2.1",
    "author": "Ray and V",
    "browser_action": {
        "default_icon": "BC_Small.png",
        "default_title": "Test"
    },
    "chrome_url_overrides": {
        "newtab": "extensions.html"
    },
    "permissions": [
        "activeTab"
    ]
}