History Master

Visualize browsing history, Discover your unknown habits.

Qu'est-ce que History Master ?

History Master est une extension Chrome développée par jiacai2050, et sa fonction principale est "Visualize browsing history, Discover your unknown habits.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension History Master

Téléchargez les fichiers d'extension History Master au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom History Master History Master
ID mkfgjjeggnmkbobjmelbjhdchcoadnin
URL Officiel https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin
Description Visualize browsing history, Discover your unknown habits.
Taille du Fichier 423 KB
Nombre d'Installations 2,000
Version Actuelle 2.1.5
Dernière Mise à Jour 2019-05-25
Date de Publication 2019-05-25
Évaluation 3.50/5 Total 12 Évaluations
Développeur jiacai2050
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jiacai2050/history-master
URL de la Page d'Aide https://github.com/jiacai2050/history-master/issues
Langues Prises en Charge 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
}