Reluminate
De-invert the luminance of entire pages or only images in Chrome for your already inverted screen.
Reluminate란 무엇입니까?
Reluminate은(는) drewnutter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "De-invert the luminance of entire pages or only images in Chrome for your already inverted screen."입니다.
확장 프로그램 스크린샷
Reluminate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a fork of Deluminate 0.3.2 with two changes. First of all this extension has been designed to be used with entire screen inversion software such as NegativeScreen. If you're like me, you want everything to be black with white text, not just websites in Chrome. When your entire screen is inverted, it comes in handy to have Chrome re-invert some of the images in special ways. Deluminate does an OK job with this, but some of the rules don't work properly with an inverted screen. My new altered version called Reluminate changes how some of these inversion schemes work in order to make it work better with an already inverted screen. The second change is less obvious, but, in my opinion, equally as significant. The scheme setting rules have been improved to apply domain rules to all subdomains that do not have rules already. For example, the rule for imgur.com will also apply to any subdomains of imgur.com such as user.imgur.com. However, if a rule is made for user.imgur.com, the imgur.com rule will not apply to that subdomain. In Deluminate (including the current version), there is no way to apply domain rules to subdomains, so this is a feature improvement in most cases. Future plans: + Improved interactive tabbed interface, possibly an additional options page. + Optional to go between reluminate/deluminate mode. This will be for people who just want something to work like Deluminate, but to have the improved scheme rule handling that I have introduced. + More features and options for rule handling so you can customize how you want it to work including features such as allowing specific pages within a domain to be handled differently.
확장 프로그램 기본 정보
이름 | Reluminate |
ID | ejfgkpndiembgmnikjbdkbiiobdmcgji |
공식 URL | https://chromewebstore.google.com/detail/reluminate/ejfgkpndiembgmnikjbdkbiiobdmcgji |
설명 | De-invert the luminance of entire pages or only images in Chrome for your already inverted screen. |
파일 크기 | 18.79 KB |
설치 횟수 | 315 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-07-04 |
출시 날짜 | 2014-07-04 |
평점 | 3.67/5 총 15 개의 평점 |
개발자 | drewnutter |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "common.js", "background.js" ] }, "browser_action": { "default_icon": "Reluminate-128.png", "default_popup": "popup.html", "default_title": "Reluminate (Shift+F11)" }, "content_scripts": [ { "all_frames": true, "css": [ "Reluminate.css" ], "js": [ "Reluminate.js" ], "matches": [ " |