Niceties

A cool extension that makes you happy!

Vad är Niceties?

Niceties är en Chrome-tillägg utvecklad av https://www.samjhill.com, och dess huvudfunktion är "A cool extension that makes you happy!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

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

Ladda ner Niceties-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

                        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äggande Information om Tillägg

Namn Niceties Niceties
ID glfjhfemgfaoeejgphcogkijdfdebffm
Officiell webbadress https://chromewebstore.google.com/detail/niceties/glfjhfemgfaoeejgphcogkijdfdebffm
Beskrivning A cool extension that makes you happy!
Filstorlek 1.24 MB
Antal Installationer 12
Aktuell Version 1.0.0
Senast Uppdaterad 2016-06-22
Publiceringsdatum 2016-06-22
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://www.samjhill.com
Betalningssätt free
Tilläggswebbplats http://www.samjhill.com/blog
Stödda Språk 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"
    }
}