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'" } |