G1B

Aesthetic alternative to the default new tab.

Vad är G1B?

G1B är en Chrome-tillägg utvecklad av g1eb, och dess huvudfunktion är "Aesthetic alternative to the default new tab.".

Tilläggsskärmbilder

screenshot

Ladda ner G1B-förlängningens CRX-fil

Ladda ner G1B-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn G1B G1B
ID nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Officiell webbadress https://chromewebstore.google.com/detail/g1b/nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Beskrivning Aesthetic alternative to the default new tab.
Filstorlek 33.15 KB
Antal Installationer 25
Aktuell Version 0.0.8
Senast Uppdaterad 2016-10-05
Publiceringsdatum 2016-10-05
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare g1eb
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}