Nightridr
Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.
Wat is Nightridr?
Nightridr is een Chrome-extensie ontwikkeld door baker.ja.andrew, en de belangrijkste functie is "Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Nightridr
Download Nightridr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
No more burning your eyes out at night. Nightridr enables a night version of popular websites. Suggestions for websites can be directed to [email protected]
Basisinformatie over de Extensie
Naam | |
ID | hkceklljogohacpdfdogdcjpcoonkolf |
Officiële URL | https://chrome.google.com/webstore/detail/nightridr/hkceklljogohacpdfdogdcjpcoonkolf |
Beschrijving | Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing. |
Bestandsgrootte | 299 KB |
Aantal Installaties | 107 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-01-20 |
Publicatiedatum | 2016-01-20 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | baker.ja.andrew |
Betalingswijze | free |
Extensiewebsite | http://nightridr.andrewjbaker.me |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nightridr", "version": "1.0", "manifest_version": 2, "description": "Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.", "homepage_url": "http:\/\/nightridr.andrewjbaker.me", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "activeTab", "tabs", "*:\/\/*\/*" ], "web_accessible_resources": [ "*" ], "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.craigslist.org\/*", "*:\/\/*.cnn.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |