Inverter for Nocturne

Inverts all images flash and youtube video on webpages to undo Nocturne inversion

Inverter for Nocturne란 무엇입니까?

Inverter for Nocturne은(는) SayToWeb team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inverts all images flash and youtube video on webpages to undo Nocturne inversion"입니다.

확장 프로그램 스크린샷

screenshot

Inverter for Nocturne 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Nocturne is a simple program for Mac which can invert colors, invert brightness, tint colors, make your colors monochrome, and more for your whole screen. It is useful for nighttime use or for those who simply wish to have a generally darker color pallette.

http://code.google.com/p/blacktree-nocturne/wiki/Nocturne

As a side effect of this cool feature images and video on web pages became inverted which is a little bit annoying. 

This extension fixes all images, flash movies and youtube videos in your Google Chrome for Mac.
Use right-click menu to switch between Day and Night to follow Nocturne mode. 

This extension does not track your activity and does not collect any statistics.                    

확장 프로그램 기본 정보

이름 Inverter for Nocturne Inverter for Nocturne
ID glhdmahaicellakggkjdgngimcphbfjd
공식 URL https://chromewebstore.google.com/detail/inverter-for-nocturne/glhdmahaicellakggkjdgngimcphbfjd
설명 Inverts all images flash and youtube video on webpages to undo Nocturne inversion
파일 크기 12.29 KB
설치 횟수 173
현재 버전 1.0.10
최근 업데이트 2012-12-07
출시 날짜 2012-12-06
평점 3.22/5 총 9 개의 평점
개발자 SayToWeb team
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inverter for Nocturne",
    "version": "1.0.10",
    "manifest_version": 2,
    "description": "Inverts all images flash and youtube video on webpages to undo Nocturne inversion",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "NocturneMenu.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/code.google.com\/p\/blacktree-nocturne\/"
}