MetaBrowsing
Become more productive by viewing your browsing history and trends.
MetaBrowsing क्या है?
MetaBrowsing Thomas Teisberg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Become more productive by viewing your browsing history and trends."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MetaBrowsing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } |