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ファイルをダウンロード

Neon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}