Neon

Customize your Internet with Neon

Co to jest Neon?

Neon to rozszerzenie Chrome opracowane przez https://www.theneonid.com, a jego główną funkcją jest „Customize your Internet with Neon”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Neon

Pobierz pliki rozszerzeń Neon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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?                    

Podstawowe informacje o rozszerzeniu

Nazwa Neon Neon
ID ihfcnnmnnbcgjicgolniaioccfekmife
Oficjalny URL https://chromewebstore.google.com/detail/neon/ihfcnnmnnbcgjicgolniaioccfekmife
Opis Customize your Internet with Neon
Rozmiar pliku 17.97 KB
Liczba instalacji 93
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2016-09-13
Data Publikacji 2016-09-13
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper https://www.theneonid.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}