Inverter for Nocturne
Inverts all images flash and youtube video on webpages to undo Nocturne inversion
ما هو Inverter for Nocturne؟
Inverter for Nocturne هو إضافة Chrome تم تطويرها بواسطة SayToWeb team، والميزة الرئيسية لها هي "Inverts all images flash and youtube video on webpages to undo Nocturne inversion".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Inverter for Nocturne
قم بتنزيل ملفات الامتداد Inverter for Nocturne بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/" } |