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
电子邮箱 [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'"
}