G1B

Aesthetic alternative to the default new tab.

Co to jest G1B?

G1B to rozszerzenie Chrome opracowane przez g1eb, a jego główną funkcją jest „Aesthetic alternative to the default new tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia G1B

Pobierz pliki rozszerzeń G1B 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

                        Aesthetic alternative to the default new tab.

Change your "New Tab" into an aesthetic digital piece of eye candy.
Does not effect typical google search functionality on submit.
Use backslash as keyword to trigger text animations.

Controls:
- Long press to set background color and/or branding image.
- Press esc key to cancel any changes.                    

Podstawowe informacje o rozszerzeniu

Nazwa G1B G1B
ID nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Oficjalny URL https://chromewebstore.google.com/detail/g1b/nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Opis Aesthetic alternative to the default new tab.
Rozmiar pliku 33.15 KB
Liczba instalacji 25
Aktualna Wersja 0.0.8
Ostatnia Aktualizacja 2016-10-05
Data Publikacji 2016-10-05
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper g1eb
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": "G1B",
    "short_name": "G1B",
    "description": "Aesthetic alternative to the default new tab.",
    "version": "0.0.8",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "src\/script.js",
        "src\/styles.css",
        "images\/icon.png"
    ]
}