Nightridr

Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.

Nightridrคืออะไร?

Nightridr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย baker.ja.andrew และคุณลักษณะหลักของมันคือ "Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Nightridr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        No more burning your eyes out at night. Nightridr enables a night version of popular websites. Suggestions for websites can be directed to [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nightridr Nightridr
ID hkceklljogohacpdfdogdcjpcoonkolf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nightridr/hkceklljogohacpdfdogdcjpcoonkolf
คำอธิบาย Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.
ขนาดไฟล์ 299 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-01-20
วันที่เผยแพร่ 2016-01-20
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา baker.ja.andrew
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://nightridr.andrewjbaker.me
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nightridr",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.",
    "homepage_url": "http:\/\/nightridr.andrewjbaker.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.craigslist.org\/*",
                "*:\/\/*.cnn.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}