History Master

Visualize browsing history, Discover your unknown habits.

ما هو History Master؟

History Master هو إضافة Chrome تم تطويرها بواسطة jiacai2050، والميزة الرئيسية لها هي "Visualize browsing history, Discover your unknown habits.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة History Master

قم بتنزيل ملفات الامتداد History Master بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم History Master History Master
ID mkfgjjeggnmkbobjmelbjhdchcoadnin
عنوان URL الرسمي https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin
الوصف Visualize browsing history, Discover your unknown habits.
حجم الملف 423 KB
عدد التثبيتات 2,000
النسخة الحالية 2.1.5
آخر تحديث 2019-05-25
تاريخ النشر 2019-05-25
تقييم 3.50/5 مجموع تقييمات 12
المطور jiacai2050
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jiacai2050/history-master
عنوان صفحة المساعدة https://github.com/jiacai2050/history-master/issues
اللغات المدعومة 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
}