Baseball Front Page
An informational landing page for your favorite baseball team.
Baseball Front Page क्या है?
Baseball Front Page mpurgatori द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An informational landing page for your favorite baseball team."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Baseball Front Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |