Better History
Replace the default browser history with this better history display.
Wat is Better History?
Better History is een Chrome-extensie ontwikkeld door raingart, en de belangrijkste functie is "Replace the default browser history with this better history display.".
Extensie Screenshots
Download het CRX-bestand van de extensie Better History
Download Better History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Powerful history manager for Chromium
Basisinformatie over de Extensie
Naam | Better History |
ID | pmolchcgkagchldkgphmlaplgmagldfn |
Officiële URL | https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn |
Beschrijving | Replace the default browser history with this better history display. |
Bestandsgrootte | 151 KB |
Aantal Installaties | 733 |
Huidige Versie | 1.31.2 |
Laatst Bijgewerkt | 2023-08-23 |
Publicatiedatum | 2023-07-19 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | raingart |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/raingart/Better-History |
Ondersteunde Talen | 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" } } |