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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MetaBrowsing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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