时间

时间都去哪儿了。

Wat is 时间?

时间 is een Chrome-extensie ontwikkeld door gaopu333, en de belangrijkste functie is "时间都去哪儿了。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 时间

Download 时间-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        统计您的网站访问时间并向您展示。
展示形式是饼图,您可以选择展示访问时间最长的前10、15、20个网站
本插件计时精准,不用担心漏记、错计。

插件持续更新,欢迎使用。

2019年12月31日更新日志:
1.新特性:点击饼图跳转至对应网站

2019年12月22日更新日志:
1.新特性:页面未聚焦时不计时

2018年4月17日更新日志:
1.新特性:电脑锁屏或睡眠时自动停止计时

2018年4月13日更新日志:
1.新特性:窗口最小化时不计时。(窗口未被聚焦但是未最小化仍旧计时)
2.优化:优化网址过长时的显示问题

2018年1月25日更新日志:
1.修复bug

2017年9月9日更新日志:
1.修复bug,这个bug会导致浏览器中存储有多余的时间统计信息(这次真的修复了)
2.时间显示可以显示到“天”了

2017年4月24日更新日志:
1.修复了一个bug,这个bug会导致浏览器中存储有多余的时间统计信息
2.修改了展示样式
3.修复了显示乱码的问题                    

Basisinformatie over de Extensie

Naam 时间 时间
ID bdhkmmnkfhmdafoacdgeicdampihmlko
Officiële URL https://chrome.google.com/webstore/detail/%E6%97%B6%E9%97%B4/bdhkmmnkfhmdafoacdgeicdampihmlko
Beschrijving 时间都去哪儿了。
Bestandsgrootte 231 KB
Aantal Installaties 328
Huidige Versie 1.20.1.4
Laatst Bijgewerkt 2020-01-03
Publicatiedatum 2020-01-03
Beoordeling 4.69/5 Totaal 13 Beoordelingen
Ontwikkelaar gaopu333
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u65f6\u95f4",
    "description": "\u65f6\u95f4\u90fd\u53bb\u54ea\u513f\u4e86\u3002",
    "version": "1.20.1.4",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event.js"
        ]
    },
    "permissions": [
        "tabs",
        "alarms",
        "unlimitedStorage",
        "idle"
    ]
}