coolers

This extension adds gray layer on screen which helps in reading white background content during night or from dark place

什麼是coolers?

coolers是由manivannan13tnj開發的Chrome擴展程式,該擴展的主要功能是“This extension adds gray layer on screen which helps in reading white background content during night or from dark place”。

下載coolers擴展crx文件

下載coolers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        night owl chrome plugin is to filter the screen brightness using chrome extension                    

擴展基本資訊

名稱 coolers coolers
ID gllnjhcphiikcemofhpcnmdakdjajdhp
官方網址 https://chrome.google.com/webstore/detail/coolers/gllnjhcphiikcemofhpcnmdakdjajdhp
簡介 This extension adds gray layer on screen which helps in reading white background content during night or from dark place
檔案大小 7.54 KB
安裝次數 99
目前版本 1.0
更新時間 2017-02-09
上架時間 2017-02-09
評分 5.00/5 共 1 次評分
開發者 manivannan13tnj
付費類型 free
擴展官網 https://github.com/rmanivannan/night-owl-chrome-plugin
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "coolers",
    "description": "This extension adds gray layer on screen which helps in reading white background content during night or from dark place",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}