Neonify

A nifty bar that changes your boring Chrome into Neon-ified Chrome.

Neonifyとは何ですか?

Neonifyはhttps://getneonify.comによって開発されたChromeの拡張機能で、その主な機能は「A nifty bar that changes your boring Chrome into Neon-ified Chrome.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Neonify拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A nifty bar that changes your boring Chrome into Neon-ified Chrome.

Features:
• The bar animates and appear in all sites that you visit. 
• Colors of the bar can be personalized according to your preference in the Options.
• Able to blacklist sites that you don't want to show the nifty bar.

This extensions works well with Neonify Theme .

How it works:
1) Add this Neonify extension from the Chrome Web Store.
2) Add Neonify theme from the Chrome Web Store (https://chrome.google.com/webstore/detail/neonify-theme/nbcdpfboplmadpnpeniaiijkjphakhep?hl=en) .

If you have any bugs or feature request, please email to [email protected]                    

拡張機能の基本情報

名前 Neonify Neonify
ID bfbfbbecmdlebbkhigcokkhpheajaegl
公式URL https://chromewebstore.google.com/detail/neonify/bfbfbbecmdlebbkhigcokkhpheajaegl
説明 A nifty bar that changes your boring Chrome into Neon-ified Chrome.
ファイルサイズ 720 KB
インストール数 263
現在のバージョン 1.0
最終更新日 2020-11-06
公開日 2020-11-04
評価 3.67/5 合計 3 レビュー
開発者 https://getneonify.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getneonify.com
プライバシーポリシーページのURL http://cholaware.com/privacy.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Neonify",
    "name": "Neonify",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A nifty bar that changes your boring Chrome into Neon-ified Chrome.",
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "favicon_16.png",
        "48": "favicon_48.png",
        "128": "favicon_128.png"
    },
    "homepage_url": "https:\/\/getneonify.com",
    "browser_action": {
        "default_icon": {
            "16": "favicon_16.png",
            "48": "favicon_48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}