G1B

Aesthetic alternative to the default new tab.

What is G1B?

G1B is a Chrome extension developed by g1eb, and its main feature is "Aesthetic alternative to the default new tab.".

Extension Screenshots

screenshot

Download G1B Extension CRX File

Download G1B extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name G1B G1B
ID nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Official URL https://chromewebstore.google.com/detail/g1b/nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Description Aesthetic alternative to the default new tab.
File Size 33.15 KB
Installation Count 25
Current Version 0.0.8
Last Updated 2016-10-05
Publish Date 2016-10-05
Rating 2.50/5 Total 2 Ratings
Developer g1eb
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}