Better History
Replace the default browser history with this better history display.
Vad är Better History?
Better History är en Chrome-tillägg utvecklad av raingart, och dess huvudfunktion är "Replace the default browser history with this better history display.".
Tilläggsskärmbilder
Ladda ner Better History-förlängningens CRX-fil
Ladda ner Better History-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Powerful history manager for Chromium                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | pmolchcgkagchldkgphmlaplgmagldfn | 
| Officiell webbadress | https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn | 
| Beskrivning | Replace the default browser history with this better history display. | 
| Filstorlek | 151 KB | 
| Antal Installationer | 733 | 
| Aktuell Version | 1.31.2 | 
| Senast Uppdaterad | 2023-08-23 | 
| Publiceringsdatum | 2023-07-19 | 
| Betyg | 4.33/5 Totalt 3 Betyg | 
| Utvecklare | raingart | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/raingart/Better-History | 
| Stödda Språk | 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"
    }
}  |  |