nyt_mod

This extension allows you to dim a website.

nyt_modとは何ですか?

nyt_modはapps by makqueによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to dim a website.」です。

拡張機能のスクリーンショット

screenshot
screenshot

nyt_mod拡張機能のCRXファイルをダウンロード

nyt_mod拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        changelogs:
v1.1 - updated incompatiblity with major sites like: youtube, pinterest, instagram, twitter, facebook.

--------------------------------------------
Found sites not compatible? Submit a bug here:

https://chrome.google.com/webstore/support/fpolgnklaplaakjhefmibfpikoacfacj?hl=en&gl=CA#bug
--------------------------------------------

Is your screen still too bright? nyt_mod can help!

nyt_mod is a webpage night mode dimmer application. It mimics a brightness setting but only for your browser.

INSTRUCTIONS:
After installation, click the icon next to the address bar or right click to 'nyt_mod' and choose the brightness level to turn it ON. Click a new tab and start browsing with a dimmed brightness.

Tabs that are already open before installation just needs to be refreshed. No need to close the browser.

TO ACCESS:
1. You can use the icon next to the address bar and selecting the brightness level
or
2. By right-clicking.

NOTE:
This application is not a bullet-proof setting [almost all websites but not all] and may alter [some of] your regular viewing experience for certain websites.

TIP:
To maximize this application I suggest downloading a darker theme as well.

Follow here: https://plus.google.com/108320221203104839132                    

拡張機能の基本情報

名前 nyt_mod nyt_mod
ID fpolgnklaplaakjhefmibfpikoacfacj
公式URL https://chromewebstore.google.com/detail/nytmod/fpolgnklaplaakjhefmibfpikoacfacj
説明 This extension allows you to dim a website.
ファイルサイズ 101 KB
インストール数 935
現在のバージョン 1.1
最終更新日 2013-03-08
公開日 2013-03-07
評価 4.19/5 合計 58 レビュー
開発者 apps by makque
支払い方法 free
拡張機能のウェブサイト https://plus.google.com/108320221203104839132
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nyt_mod",
    "description": "This extension allows you to dim a website.",
    "version": "1.1",
    "icons": {
        "16": "images\/16.png",
        "128": "images\/128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/c_s.js",
                "js\/jquery-1.8.3.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_popup": "popup.html"
    },
    "offline_enabled": true
}