Neonify

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

Neonifyคืออะไร?

Neonify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getneonify.com และคุณลักษณะหลักของมันคือ "A nifty bar that changes your boring Chrome into Neon-ified Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Neonify

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}