Browsed
Reads your history and reports what you have been browsing last day, week and month (with count per domain).
Apa itu Browsed?
Browsed adalah ekstensi Chrome yang dikembangkan oleh justaman, dan fitur utamanya adalah "Reads your history and reports what you have been browsing last day, week and month (with count per domain).".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Browsed
Unduh file ekstensi Browsed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Have you ever wondered about your real browsing habits? like what pages you see and how often? I wanted to get an idea of my real use of the browser. The history page was not enough. So I rolled this super simple plugin which reads the history, counts the visits per web site (domain) and display it in a super clean way. This plugin is simple, convenient and solid. Great tool for self improvement.
Informasi Dasar Ekstensi
Nama | Browsed |
ID | bjeplkhoeocfgnlflejjoonnnmkkjdgk |
URL Resmi | https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk |
Deskripsi | Reads your history and reports what you have been browsing last day, week and month (with count per domain). |
Ukuran File | 9.62 KB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 1.0.0.3 |
Terakhir Diperbarui | 2016-03-17 |
Tanggal Publikasi | 2016-03-17 |
Penilaian | 4.57/5 Total 7 Penilaian |
Pengembang | justaman |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browsed", "version": "1.0.0.3", "description": "Reads your history and reports what you have been browsing last day, week and month (with count per domain).", "permissions": [ "history" ], "browser_action": { "default_popup": "typedUrls.html", "default_icon": "clock.png" }, "manifest_version": 2 } |