Advanced Browser History
A Chrome extension to capture more information about your browsing history.
Apa itu Advanced Browser History?
Advanced Browser History adalah ekstensi Chrome yang dikembangkan oleh Trevor Brunette, dan fitur utamanya adalah "A Chrome extension to capture more information about your browsing history.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Advanced Browser History
Unduh file ekstensi Advanced Browser History 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
Adds more ways to browse, categorize, filter, and otherwise view your browsing history from our custom user interface. This project will always be free and open source software; view the source code at https://github.com/AdvancedHistory/ABHChrome
Informasi Dasar Ekstensi
Nama | Advanced Browser History |
ID | ajdeagnomgifpeimhpofiphnphdlhbjn |
URL Resmi | https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn |
Deskripsi | A Chrome extension to capture more information about your browsing history. |
Ukuran File | 405 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2022-04-28 |
Tanggal Publikasi | 2022-04-28 |
Pengembang | Trevor Brunette |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/AdvancedHistory/ABHChrome |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "ABH", "name": "Advanced Browser History", "description": "A Chrome extension to capture more information about your browsing history.", "version": "0.1.0", "manifest_version": 3, "action": { "default_title": "Open ABH" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "icons": { "128": ".\/static\/media\/logo128.png", "512": ".\/static\/media\/logo512.png" }, "permissions": [ "history" ] } |