Neonify

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

Neonify là gì?

Neonify là một tiện ích mở rộng Chrome được phát triển bởi https://getneonify.com, và tính năng chính của nó là "A nifty bar that changes your boring Chrome into Neon-ified Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Neonify

Tải xuống các tệp mở rộng Neonify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Neonify Neonify
ID bfbfbbecmdlebbkhigcokkhpheajaegl
URL Chính Thức https://chromewebstore.google.com/detail/neonify/bfbfbbecmdlebbkhigcokkhpheajaegl
Mô tả A nifty bar that changes your boring Chrome into Neon-ified Chrome.
Kích Thước Tệp 720 KB
Số Lần Cài Đặt 263
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-11-06
Ngày Phát Hành 2020-11-04
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://getneonify.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getneonify.com
URL Trang Chính Sách Bảo Mật http://cholaware.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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'"
}