MetaBrowsing

Become more productive by viewing your browsing history and trends.

MetaBrowsing là gì?

MetaBrowsing là một tiện ích mở rộng Chrome được phát triển bởi Thomas Teisberg, và tính năng chính của nó là "Become more productive by viewing your browsing history and trends.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MetaBrowsing

Tải xuống các tệp mở rộng MetaBrowsing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MetaBrowsing MetaBrowsing
ID mbebibdoedjcppilmibkdobpgooplbhi
URL Chính Thức https://chromewebstore.google.com/detail/metabrowsing/mbebibdoedjcppilmibkdobpgooplbhi
Mô tả Become more productive by viewing your browsing history and trends.
Kích Thước Tệp 580 KB
Số Lần Cài Đặt 298
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-02-11
Ngày Phát Hành 2014-02-11
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Thomas Teisberg
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}