History Master

Visualize browsing history, Discover your unknown habits.

Hvad er History Master?

History Master er en Chrome-udvidelse udviklet af jiacai2050, og dens hovedfunktion er "Visualize browsing history, Discover your unknown habits.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download History Master-udvidelses-CRX-fil

Download History Master-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

                        Visualize browsing history, Sync among Chrome/Firefox.
https://github.com/jiacai2050/history-master                    

Grundlæggende oplysninger om udvidelsen

Navn History Master History Master
ID mkfgjjeggnmkbobjmelbjhdchcoadnin
Officiel URL https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin
Beskrivelse Visualize browsing history, Discover your unknown habits.
Filstørrelse 423 KB
Antal Installationer 2,000
Nuværende Version 2.1.5
Senest Opdateret 2019-05-25
Udgivelsesdato 2019-05-25
Bedømmelse 3.50/5 Samlet 12 Bedømmelser
Udvikler jiacai2050
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jiacai2050/history-master
Hjælpeside-URL https://github.com/jiacai2050/history-master/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Master",
    "version": "2.1.5",
    "description": "Visualize browsing history, Discover your unknown habits.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "option\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "option\/images\/16.png",
            "32": "option\/images\/32.png",
            "64": "option\/images\/64.png",
            "128": "option\/images\/128.png"
        },
        "default_title": "History Master"
    },
    "icons": {
        "16": "option\/images\/16.png",
        "32": "option\/images\/32.png",
        "64": "option\/images\/64.png",
        "128": "option\/images\/128.png"
    },
    "permissions": [
        "history",
        "tabs",
        "downloads",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "default-src 'self'; style-src https:\/\/cdnjs.cloudflare.com 'unsafe-inline'; img-src chrome:\/\/favicon; connect-src ws:\/\/localhost:* ; font-src https:\/\/* ;script-src https:\/\/cdnjs.cloudflare.com 'self' 'unsafe-eval'",
    "manifest_version": 2
}