Invert!

Invert page colors to reduce strain on eyes and improve readability at night.

什麼是Invert!?

Invert!是由GM開發的Chrome擴展程式,該擴展的主要功能是“Invert page colors to reduce strain on eyes and improve readability at night.”。

擴展截圖

screenshot

下載Invert!擴展crx文件

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

擴展使用說明

                        Invert! is a useful extension that (surprisingly) inverts the colors of a webpage.

Why use it? Inverting the colors of a page produces high contrast and can improve readability of pages, especially at night, and can also reduce eye strain.                    

擴展基本資訊

名稱 Invert! Invert!
ID heidajcpkemganilmhockdniaknoojih
官方網址 https://chromewebstore.google.com/detail/invert/heidajcpkemganilmhockdniaknoojih
簡介 Invert page colors to reduce strain on eyes and improve readability at night.
檔案大小 22.53 KB
安裝次數 30,800
目前版本 0.1
更新時間 2014-11-15
上架時間 2014-11-15
評分 3.99/5 共 77 次評分
開發者 GM
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invert!",
    "description": "Invert page colors to reduce strain on eyes and improve readability at night.",
    "version": "0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "Toggle Invert!"
    }
}