Niceties
A cool extension that makes you happy!
Hvad er Niceties?
Niceties er en Chrome-udvidelse udviklet af https://www.samjhill.com, og dens hovedfunktion er "A cool extension that makes you happy!".
Udvidelsesskærmbilleder
Download Niceties-udvidelses-CRX-fil
Download Niceties-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
Niceties gives you a silly and uplifting compliment every time you open a new tab! New in version 1.0: Random Chromecast backgrounds! So pretty.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | glfjhfemgfaoeejgphcogkijdfdebffm |
Officiel URL | https://chromewebstore.google.com/detail/niceties/glfjhfemgfaoeejgphcogkijdfdebffm |
Beskrivelse | A cool extension that makes you happy! |
Filstørrelse | 1.24 MB |
Antal Installationer | 12 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2016-06-22 |
Udgivelsesdato | 2016-06-22 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | https://www.samjhill.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.samjhill.com/blog |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Niceties", "version": "1.0.0", "manifest_version": 2, "description": "A cool extension that makes you happy!", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "chrome_url_overrides": { "newtab": "page.html" } } |