G1B
Aesthetic alternative to the default new tab.
Hvad er G1B?
G1B er en Chrome-udvidelse udviklet af g1eb, og dens hovedfunktion er "Aesthetic alternative to the default new tab.".
Udvidelsesskærmbilleder
Download G1B-udvidelses-CRX-fil
Download G1B-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | nnddcgoiijlgjmeeodhhbebcjlmgdnnh |
Officiel URL | https://chromewebstore.google.com/detail/g1b/nnddcgoiijlgjmeeodhhbebcjlmgdnnh |
Beskrivelse | Aesthetic alternative to the default new tab. |
Filstørrelse | 33.15 KB |
Antal Installationer | 25 |
Nuværende Version | 0.0.8 |
Senest Opdateret | 2016-10-05 |
Udgivelsesdato | 2016-10-05 |
Bedømmelse | 2.50/5 Samlet 2 Bedømmelser |
Udvikler | g1eb |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |