Nightridr
Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.
Co je Nightridr?
Nightridr je rozšíření Chrome vyvinuté baker.ja.andrew, a jeho hlavní funkcí je „Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Nightridr
Stáhněte si soubory rozšíření Nightridr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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]
Základní Informace o Rozšíření
Název | |
ID | hkceklljogohacpdfdogdcjpcoonkolf |
Oficiální URL | https://chrome.google.com/webstore/detail/nightridr/hkceklljogohacpdfdogdcjpcoonkolf |
Popis | Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing. |
Velikost souboru | 299 KB |
Počet instalací | 107 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-01-20 |
Datum Vydání | 2016-01-20 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | baker.ja.andrew |
Typ Platby | free |
Webové stránky Rozšíření | http://nightridr.andrewjbaker.me |
Podporované Jazyky | 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" ] } ] } |