Baseball Front Page

An informational landing page for your favorite baseball team.

ما هو Baseball Front Page؟

Baseball Front Page هو إضافة Chrome تم تطويرها بواسطة mpurgatori، والميزة الرئيسية لها هي "An informational landing page for your favorite baseball team.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Baseball Front Page

قم بتنزيل ملفات الامتداد Baseball Front Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Select your favorite MLB team and always have the latest game results in your new chrome tabs. See previous and next/current game results with links to MLB recaps and previews.                    

معلومات أساسية عن التمديد

الاسم Baseball Front Page Baseball Front Page
ID ihfjodphobpigikknkonnbjcnchnfefn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn
الوصف An informational landing page for your favorite baseball team.
حجم الملف 3.05 MB
عدد التثبيتات 33
النسخة الحالية 1.4
آخر تحديث 2017-05-06
تاريخ النشر 2017-05-06
تقييم 5.00/5 مجموع تقييمات 2
المطور mpurgatori
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Baseball Front Page",
    "version": "1.4",
    "description": "An informational landing page for your favorite baseball team.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png",
        "144": "icon144.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "front_page.js"
        ]
    },
    "browser_action": {
        "default_title": "Baseball Front Page"
    },
    "permissions": [
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}