G1B
Aesthetic alternative to the default new tab.
Co je G1B?
G1B je rozšíření Chrome vyvinuté g1eb, a jeho hlavní funkcí je „Aesthetic alternative to the default new tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření G1B
Stáhněte si soubory rozšíření G1B ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | nnddcgoiijlgjmeeodhhbebcjlmgdnnh |
Oficiální URL | https://chromewebstore.google.com/detail/g1b/nnddcgoiijlgjmeeodhhbebcjlmgdnnh |
Popis | Aesthetic alternative to the default new tab. |
Velikost souboru | 33.15 KB |
Počet instalací | 25 |
Aktuální Verze | 0.0.8 |
Poslední Aktualizace | 2016-10-05 |
Datum Vydání | 2016-10-05 |
Hodnocení | 2.50/5 Celkem 2 Hodnocení |
Vývojář | g1eb |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |