Better History
Replace the default browser history with this better history display.
Apa itu Better History?
Better History adalah ekstensi Chrome yang dikembangkan oleh raingart, dan fitur utamanya adalah "Replace the default browser history with this better history display.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Better History
Unduh file ekstensi Better 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
Powerful history manager for Chromium
Informasi Dasar Ekstensi
Nama | Better History |
ID | pmolchcgkagchldkgphmlaplgmagldfn |
URL Resmi | https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn |
Deskripsi | Replace the default browser history with this better history display. |
Ukuran File | 151 KB |
Jumlah Instalasi | 733 |
Versi Saat Ini | 1.31.2 |
Terakhir Diperbarui | 2023-08-23 |
Tanggal Publikasi | 2023-07-19 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | raingart |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/raingart/Better-History |
Bahasa yang Didukung | en,fr,tr,bg,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.31.2", "default_locale": "en", "icons": { "16": "assets\/img\/icon_16.png", "32": "assets\/img\/icon_32.png", "48": "assets\/img\/icon_48.png", "64": "assets\/img\/icon_64.png", "128": "assets\/img\/icon_128.png" }, "manifest_version": 3, "permissions": [ "favicon", "history", "storage" ], "chrome_url_overrides": { "history": "history.html" }, "action": { "default_icon": { "16": "assets\/img\/icon_16.png", "32": "assets\/img\/icon_32.png" }, "default_title": "__MSG_application_title__", "default_popup": "popup.html" } } |