G1B

Aesthetic alternative to the default new tab.

Cos'è G1B?

G1B è un'estensione di Chrome sviluppata da g1eb, e la sua funzione principale è "Aesthetic alternative to the default new tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione G1B

Scarica i file di estensione G1B in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome G1B G1B
ID nnddcgoiijlgjmeeodhhbebcjlmgdnnh
URL Ufficiale https://chromewebstore.google.com/detail/g1b/nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Descrizione Aesthetic alternative to the default new tab.
Dimensione del File 33.15 KB
Conteggio Installazioni 25
Versione Corrente 0.0.8
Ultimo Aggiornamento 2016-10-05
Data di Pubblicazione 2016-10-05
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore g1eb
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}