Niceties
A cool extension that makes you happy!
What is Niceties?
Niceties is a Chrome extension developed by https://www.samjhill.com, and its main feature is "A cool extension that makes you happy!".
Extension Screenshots
Download Niceties Extension CRX File
Download Niceties 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
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.
Extension Basic Information
Name | |
ID | glfjhfemgfaoeejgphcogkijdfdebffm |
Official URL | https://chromewebstore.google.com/detail/niceties/glfjhfemgfaoeejgphcogkijdfdebffm |
Description | A cool extension that makes you happy! |
File Size | 1.24 MB |
Installation Count | 12 |
Current Version | 1.0.0 |
Last Updated | 2016-06-22 |
Publish Date | 2016-06-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.samjhill.com |
Payment Type | free |
Extension Website | http://www.samjhill.com/blog |
Supported Languages | 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" } } |