Nightridr
Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.
ما هو Nightridr؟
Nightridr هو إضافة Chrome تم تطويرها بواسطة baker.ja.andrew، والميزة الرئيسية لها هي "Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nightridr
قم بتنزيل ملفات الامتداد Nightridr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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]
معلومات أساسية عن التمديد
الاسم | |
ID | hkceklljogohacpdfdogdcjpcoonkolf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nightridr/hkceklljogohacpdfdogdcjpcoonkolf |
الوصف | Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing. |
حجم الملف | 299 KB |
عدد التثبيتات | 107 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-01-20 |
تاريخ النشر | 2016-01-20 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | baker.ja.andrew |
نوع الدفع | free |
موقع الإضافة | http://nightridr.andrewjbaker.me |
اللغات المدعومة | 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" ] } ] } |