Neonify

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

Was ist Neonify?

Neonify ist eine Chrome-Erweiterung, die von https://getneonify.com entwickelt wurde, und ihr Hauptmerkmal ist "A nifty bar that changes your boring Chrome into Neon-ified Chrome.".

Erweiterungsscreenshots

screenshot
screenshot

Neonify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Neonify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Neonify Neonify
ID bfbfbbecmdlebbkhigcokkhpheajaegl
Offizielle URL https://chromewebstore.google.com/detail/neonify/bfbfbbecmdlebbkhigcokkhpheajaegl
Beschreibung A nifty bar that changes your boring Chrome into Neon-ified Chrome.
Dateigröße 720 KB
Installationsanzahl 263
Aktuelle Version 1.0
Letztes Update 2020-11-06
Veröffentlichungsdatum 2020-11-04
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://getneonify.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://getneonify.com
URL der Datenschutzrichtlinien-Seite http://cholaware.com/privacy.php
Unterstützte Sprachen 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'"
}