Neon

Customize your Internet with Neon

Neon란 무엇입니까?

Neon은(는) https://www.theneonid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your Internet with Neon"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Neon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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?                    

확장 프로그램 기본 정보

이름 Neon Neon
ID ihfcnnmnnbcgjicgolniaioccfekmife
공식 URL https://chromewebstore.google.com/detail/neon/ihfcnnmnnbcgjicgolniaioccfekmife
설명 Customize your Internet with Neon
파일 크기 17.97 KB
설치 횟수 93
현재 버전 0.0.2
최근 업데이트 2016-09-13
출시 날짜 2016-09-13
평점 4.50/5 총 4 개의 평점
개발자 https://www.theneonid.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}