Inverter for Nocturne
Inverts all images flash and youtube video on webpages to undo Nocturne inversion
Inverter for Nocturne क्या है?
Inverter for Nocturne SayToWeb team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inverts all images flash and youtube video on webpages to undo Nocturne inversion"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Inverter for Nocturne एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/" } |