MyTab: Goal

Join the Goal team! Get all the latest news and gossip before anybody else

Co to jest MyTab: Goal?

MyTab: Goal to rozszerzenie Chrome opracowane przez https://www.mytab.net, a jego główną funkcją jest „Join the Goal team! Get all the latest news and gossip before anybody else”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia MyTab: Goal

Pobierz pliki rozszerzeń MyTab: Goal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Join the Goal team! 

Get all the latest news and gossip before anybody else.

Live match alerts, live social highlights, latest match results.                    

Podstawowe informacje o rozszerzeniu

Nazwa MyTab: Goal MyTab: Goal
ID mgfjlgfockcjdgpbgljacfjdaekcfgjc
Oficjalny URL https://chromewebstore.google.com/detail/mytab-goal/mgfjlgfockcjdgpbgljacfjdaekcfgjc
Opis Join the Goal team! Get all the latest news and gossip before anybody else
Rozmiar pliku 793 KB
Liczba instalacji 46
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2017-05-30
Data Publikacji 2017-05-30
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://www.mytab.net
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyTab: Goal",
    "short_name": "MyTab: Goal",
    "manifest_version": 2,
    "version": "1.4",
    "description": "Join the Goal team! Get all the latest news and gossip before anybody else",
    "chrome_url_overrides": {
        "newtab": "myPage.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.mytab.net\/",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "icon_16.png"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "name.my-tab",
            "keyword": "keyword.my-tab",
            "is_default": true,
            "encoding": "UTF-8",
            "search_url": "http:\/\/www.mytab.net\/search\/address_line\/{searchTerms}?ext=Goal",
            "favicon_url": "http:\/\/www.mytab.net\/favicon.ico",
            "suggest_url": "http:\/\/www.mytab.net\/yahooSearch\/suggestions?term={searchTerms}"
        }
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    }
}