Neonify

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

Neonify क्या है?

Neonify https://getneonify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A nifty bar that changes your boring Chrome into Neon-ified Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Neonify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}