Skip to content

Releases: 14790897/CookiesClerk

v1.1.0

11 Dec 08:33
Compare
Choose a tag to compare

1.在 processDomain 函数中增加了对根域名的逐步检查能力。该函数现在能够逐步分解传入 URL 的各个部分,并检查每个减少的部分是否在预定义的追踪域名列表中。
2.在处理 URL 时,如果识别到 URL 是 localhost 或以 localhost 开头(包括可能的 http 或 https 协议),函数将特别处理这种情况。它提取 localhost 及其端口号(如果存在),并将这个作为域名返回,这使得函数能够正确处理本地开发环境的 URL。
3.数据导出功能:
用户可以点击“导出数据”按钮,触发数据的导出过程。
扩展会从 Chrome 的 storage.local 中获取所有存储的数据。
数据被转换为 JSON 格式,并进行下载。
数据导入功能:

4.用户点击“导入数据”按钮时,会弹出文件选择框。
用户可以选择一个之前导出的 JSON 文件以导入数据。
文件内容被读取并解析为 JSON,然后导入到 storage.local 中。
5.在popup页面增加打开options界面的按钮
6.将域名是否识别的信息放在popup页面,使用户知道功能是否正确执行(还需完善,在正常运行时,清除错误信息)

v1.0.6

02 Oct 01:55
Compare
Choose a tag to compare

feat: save account when tab closed without switching tab
fix: can't work because of newer account replaced by former account
fix: advanced method to clear data using chrome.browsingData.remove.
fix: if user closes a tab with no cookie, the next time the user open the same domain may encounter an error. I fix it through clearcookie after closing tab

new features

20 Sep 11:27
Compare
Choose a tag to compare

现在,loadcookies 可以使用 账户的cookie 打开新标签页。以前,它只能在当前标签页中加载 cookie,而且需要手动跳转到目标 URL
修复浏览器关闭后,所有账户变为一个账户的问题
删除一些提示
在浏览器启动时清除已关闭且无别名的账户
压缩图片大小
为按钮添加阴影效果

Now loadcookies can open new tab with its cookies. previously, it can only load in current tab and need manually jump to the target URL
fix after browser is closed, all accounts become one(name:domain--1)
remove some alert
Clear accounts with closed flag and no alias on browser startup
Compress image size
Add shadow effect to buttons

v1.0.3-Bug Fixes and Improvements

14 Sep 02:15
Compare
Choose a tag to compare

增加了中文版本,会根据浏览器的设置语言自动切换语言
增加了local storage的切换
增加了是否打开追踪域名的链接强制在当前页面打开的按钮
增加了修改账户名字的功能
修复了关于追踪域名的链接强制在当前页面打开的功能的一些bug
完善UI

Added Chinese version, which will switch language automatically according to the browser's setting language.
Added local storage switch
Added a button to force the link of tracking domain to be opened in the current page or not.
Added the function of modifying account name.
Fixed some bugs about the function of forcing the tracking domain link to open on the current page.
Improve UI