sheepie

Results 48 comments of sheepie

- [x] No longer use *chrome://favicon/[host_url]* as the default icon, cause protocol chrome is invalid since mv3

- [x] Create context menu items after installed/update cause errors occuring via mv3 ![image](https://user-images.githubusercontent.com/19428473/169773665-eb74dccd-43eb-47bf-be76-108a718bdf3a.png) > see https://stackoverflow.com/a/64318706

Published since v1.0.3 for Chrome

- [x] background.js does not work after re-enbled in **Linux**. Seem to be ok in Mac. > @see https://bugs.chromium.org/p/chromium/issues/detail?id=1271154#c52

Published in Edge since v1.1.7

Statistics are inaccurate cause of service worker. - [x] Need reconstruct the timer, keep statistics operation in the content script. - [x] Replace setInterval() with chrome.alarms API, setInteval does not...

Published in Chrome since v1.2.4 Published in Edge since v1.2.5

> 想知道新版本大概什么时间能做好呀 八月中吧大概

Safari 跟 Chrome/Firefox/Edge 的插件技术不兼容,约等于需要重新写一个,所以暂时不太考虑噢。 油猴脚本似乎不支持常驻后台和大量数据存储,所以很抱歉~

1. idle 权限在 chrome 里的用途是用来监听电脑的休眠状态变更。 2. safari 指的敏感问题应该是这个插件应用注入了 js,注入 js 在 src/content-script 下,主要实现每日时限拦截。 3. 浏览时间和运行时间由 chrome 的后台 js 每秒轮询统计,代码在src/background/timer/,访问次数由注入的 js 中采集。所有采集数据都存放在 chrome.storage.local 中