G1B

Aesthetic alternative to the default new tab.

Qu'est-ce que G1B ?

G1B est une extension Chrome développée par g1eb, et sa fonction principale est "Aesthetic alternative to the default new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension G1B

Téléchargez les fichiers d'extension G1B au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom G1B G1B
ID nnddcgoiijlgjmeeodhhbebcjlmgdnnh
URL Officiel https://chromewebstore.google.com/detail/g1b/nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Description Aesthetic alternative to the default new tab.
Taille du Fichier 33.15 KB
Nombre d'Installations 25
Version Actuelle 0.0.8
Dernière Mise à Jour 2016-10-05
Date de Publication 2016-10-05
Évaluation 2.50/5 Total 2 Évaluations
Développeur g1eb
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}