应用简介
帮助减少对眼睛的压力,给予定期提醒暂停工作,在此期间,将有可能从监视器逃避和减轻从眼睛紧张,移动你的身体,或只是放松。功能说明:1. 能够自定义间隔时间的提醒定时器和休息定时器;2. 为您提供如何度过你的休息时间指示;3. 能够禁用并在需要时,只需一次点击快速启用;4. 能够休息一会并循环上一轮定时。
配置文件
Code
1 | {"manifest_version":2,"name":"__MSG_app_name__","short_name":"__MSG_app_short_name__","description":"__MSG_app_description__","version":"2.9","default_locale":"zh_CN","icons":{"16":"images\/16.png","48":"images\/48.png","128":"images\/128.png"},"background":{"persistent":true,"page":"background.html"},"browser_action":{"default_icon":{"19":"images\/16.png","38":"images\/48.png"},"default_title":"__MSG_app_default_title__","default_popup":"popup.html"},"content_scripts":[{"all_frames":false,"js":["scripts\/content\/component\/SaveMyEyesComponent.js","scripts\/content\/controller.js"],"match_about_blank":true,"matches":["http:\/\/*\/*","https:\/\/*\/*"],"run_at":"document_end"},{"all_frames":true,"js":["scripts\/content\/preload.js"],"match_about_blank":true,"matches":["http:\/\/*\/*","https:\/\/*\/*"],"run_at":"document_start"},{"all_frames":true,"js":["scripts\/content\/postload.js"],"match_about_blank":true,"matches":["http:\/\/*\/*","https:\/\/*\/*"],"run_at":"document_end"}],"web_accessible_resources":["images\/*.png","scripts\/content\/component\/*.xml"],"permissions":["activeTab","tabs","http:\/\/*\/*","https:\/\/*\/*","contextMenus","webRequest","webRequestBlocking","webNavigation","storage","unlimitedStorage","notifications"]} |