MetaBrowsing
Become more productive by viewing your browsing history and trends.
什么是MetaBrowsing?
MetaBrowsing是由Thomas Teisberg开发的Chrome扩展程序,该扩展的主要功能是“Become more productive by viewing your browsing history and trends.”。
扩展截图
下载MetaBrowsing扩展crx文件
下载MetaBrowsing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Created at Hacktech 2014 by Alex Bertrand, Quan Nguyen, and Thomas Teisberg. Become more productive by viewing your browsing history and trends. META continuously tracks your current focus. Let it run for a while and then use META's powerful visualization tools below to explore your browsing habits. Curious which site you most often visit after GMail? What sites you visit the most? Or if you have particular sets of sites you tend to look at together? META lets you visualize all of these questions. Rest assured, we don't send your data anywhere. It stays safely on your own computer where you can see and delete it at any time.
扩展基本信息
名称 | MetaBrowsing |
ID | mbebibdoedjcppilmibkdobpgooplbhi |
官方URL | https://chromewebstore.google.com/detail/metabrowsing/mbebibdoedjcppilmibkdobpgooplbhi |
简介 | Become more productive by viewing your browsing history and trends. |
文件大小 | 580 KB |
安装次数 | 298 |
当前版本 | 1.0.1 |
更新时间 | 2014-02-11 |
上架时间 | 2014-02-11 |
评分 | 4.20/5 共5次评分 |
开发者 | Thomas Teisberg |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MetaBrowsing", "description": "Become more productive by viewing your browsing history and trends.", "version": "1.0.1", "icons": { "16": "Meta_Icon16.png", "48": "Meta_Icon48.png", "128": "Meta_Icon128.png" }, "manifest_version": 2, "permissions": [ "tabs", "storage", "https:\/\/*\/", "http:\/\/*\/" ], "background": { "scripts": [ "background\/backgroundcollector.js" ] }, "browser_action": { "default_icon": "Meta_Icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |