Neon

Customize your Internet with Neon

Wat is Neon?

Neon is een Chrome-extensie ontwikkeld door https://www.theneonid.com, en de belangrijkste functie is "Customize your Internet with Neon".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Neon

Download Neon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The Neon ID:
What Color Are You? Your color represents your human personality. 

The Internet with a personality. The Internet in Technicolor. Be Understood. Understand. Earn money for you personality perspective.  

Sign up for NEON, find out what color you are. Download the extension and now use the Internet the way you normally would. Now color personality perspective appears in your search, social, review and mapping- offering a human perspective to content on the Internet. Also, earn money for your usage with your NEON color. We only sell your data when you ask us to, and YOU make the money back.

Finally, the Internet for the people, by the people. 

So, What Color Are You?                    

Basisinformatie over de Extensie

Naam Neon Neon
ID ihfcnnmnnbcgjicgolniaioccfekmife
Officiële URL https://chromewebstore.google.com/detail/neon/ihfcnnmnnbcgjicgolniaioccfekmife
Beschrijving Customize your Internet with Neon
Bestandsgrootte 17.97 KB
Aantal Installaties 93
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-09-13
Publicatiedatum 2016-09-13
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.theneonid.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neon",
    "version": "0.0.2",
    "description": "Customize your Internet with Neon",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "api.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "https:\/\/www.theneonid.com\/",
        "tabs",
        "alarms"
    ]
}