History Master

Visualize browsing history, Discover your unknown habits.

Was ist History Master?

History Master ist eine Chrome-Erweiterung, die von jiacai2050 entwickelt wurde, und ihr Hauptmerkmal ist "Visualize browsing history, Discover your unknown habits.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

History Master-Erweiterungs-CRX-Datei herunterladen

Laden Sie History Master-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name History Master History Master
ID mkfgjjeggnmkbobjmelbjhdchcoadnin
Offizielle URL https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin
Beschreibung Visualize browsing history, Discover your unknown habits.
Dateigröße 423 KB
Installationsanzahl 2,000
Aktuelle Version 2.1.5
Letztes Update 2019-05-25
Veröffentlichungsdatum 2019-05-25
Bewertung 3.50/5 Insgesamt 12 Bewertungen
Entwickler jiacai2050
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jiacai2050/history-master
Hilfeseite URL https://github.com/jiacai2050/history-master/issues
Unterstützte Sprachen 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
}