Better History
Replace the default browser history with this better history display.
Hvad er Better History?
Better History er en Chrome-udvidelse udviklet af raingart, og dens hovedfunktion er "Replace the default browser history with this better history display.".
Udvidelsesskærmbilleder
Download Better History-udvidelses-CRX-fil
Download Better History-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Powerful history manager for Chromium
Grundlæggende oplysninger om udvidelsen
Navn | Better History |
ID | pmolchcgkagchldkgphmlaplgmagldfn |
Officiel URL | https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn |
Beskrivelse | Replace the default browser history with this better history display. |
Filstørrelse | 151 KB |
Antal Installationer | 733 |
Nuværende Version | 1.31.2 |
Senest Opdateret | 2023-08-23 |
Udgivelsesdato | 2023-07-19 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | raingart |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/raingart/Better-History |
Understøttede Sprog | 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" } } |