Browsed
Reads your history and reports what you have been browsing last day, week and month (with count per domain).
什么是Browsed?
Browsed是由justaman开发的Chrome扩展程序,该扩展的主要功能是“Reads your history and reports what you have been browsing last day, week and month (with count per domain).”。
扩展截图
下载Browsed扩展crx文件
下载Browsed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever wondered about your real browsing habits? like what pages you see and how often? I wanted to get an idea of my real use of the browser. The history page was not enough. So I rolled this super simple plugin which reads the history, counts the visits per web site (domain) and display it in a super clean way. This plugin is simple, convenient and solid. Great tool for self improvement.
扩展基本信息
名称 | Browsed |
ID | bjeplkhoeocfgnlflejjoonnnmkkjdgk |
官方URL | https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk |
简介 | Reads your history and reports what you have been browsing last day, week and month (with count per domain). |
文件大小 | 9.62 KB |
安装次数 | 81 |
当前版本 | 1.0.0.3 |
更新时间 | 2016-03-17 |
上架时间 | 2016-03-17 |
评分 | 4.57/5 共7次评分 |
开发者 | justaman |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browsed", "version": "1.0.0.3", "description": "Reads your history and reports what you have been browsing last day, week and month (with count per domain).", "permissions": [ "history" ], "browser_action": { "default_popup": "typedUrls.html", "default_icon": "clock.png" }, "manifest_version": 2 } |