Eye Care
Take care of your eyes!
Hvad er Eye Care?
Eye Care er en Chrome-udvidelse udviklet af Redjan Ymeraj, og dens hovedfunktion er "Take care of your eyes!".
Udvidelsesskærmbilleder
Download Eye Care-udvidelses-CRX-fil
Download Eye Care-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension sends you notification in every 30 or 60 minutes to remind you to rest your eyes. By clicking on the notification you can stop the reminding process witch continues for 1 min. You get to choose the starting and end time when you would like to start the reminding process and also disable them in days like weekends or always. Set custom messages. Disable audio if it bothers you. More updates are coming soon... :)
Grundlæggende oplysninger om udvidelsen
Navn | Eye Care |
ID | dhphhgimonjoemfeppchefepnabneknk |
Officiel URL | https://chromewebstore.google.com/detail/eye-care/dhphhgimonjoemfeppchefepnabneknk |
Beskrivelse | Take care of your eyes! |
Filstørrelse | 292 KB |
Antal Installationer | 48 |
Nuværende Version | 0.4 |
Senest Opdateret | 2017-09-01 |
Udgivelsesdato | 2017-09-01 |
Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
Udvikler | Redjan Ymeraj |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/redjanym/EyeCare |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Care", "description": "Take care of your eyes!", "version": "0.4", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "Eye Care", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/setup.js", "scripts\/notify.js", "scripts\/background.js" ] }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "permissions": [ "background", "notifications" ] } |