Night Mode - Alfa Version

This extension allows the user to view pages in night mode.

Night Mode - Alfa Versionคืออะไร?

Night Mode - Alfa Version เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Felipe A. L. Reis และคุณลักษณะหลักของมันคือ "This extension allows the user to view pages in night mode."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Night Mode - Alfa Version

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

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

                        [EN]
This extension allows the user to view pages in night mode.
It's used to reduce the light colors of the page. It's good for who spents  a lot time with computers and, at the end of the day, is tired of luminosity.
Just click in the icon of the extension and the page enables the Night Mode. Click again and the night mode will end (some pages might need a refresh to keep the original color).

[PT]
Esse aplicativo permite a visualização de paǵinas em modo noturno.
Deve ser utilizado para reduzir a quantidade de cores claras nas páginas web. É bom para quem trabalha constantemente com computadores e no fim do dia está cansado da luminosidade.
Para utilizá-lo, somente clique no ícone da extensão e será habilitado o modo noturno. Clique novamente e a página voltará a configuração anterior (algumas páginas poderão precisar de atualização, para que as cores originais sejam recuperadas).                    

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

ชื่อ Night Mode - Alfa Version Night Mode - Alfa Version
ID jcjcbfbacekgaijhbgifogknkkgihghi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/night-mode-alfa-version/jcjcbfbacekgaijhbgifogknkkgihghi
คำอธิบาย This extension allows the user to view pages in night mode.
ขนาดไฟล์ 42.85 KB
จำนวนการติดตั้ง 390
เวอร์ชันปัจจุบัน FALR-NM-A02
อัปเดตครั้งล่าสุด 2018-01-12
วันที่เผยแพร่ 2018-01-12
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Felipe A. L. Reis
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Night Mode - Alfa Version",
    "author": "Felipe A. L. Reis",
    "description": "This extension allows the user to view pages in night mode.",
    "version": "0.2",
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "homepage_url": "http:\/\/falreis.eng.br",
    "short_name": "Night Mode",
    "version_name": "FALR-NM-A02"
}