Histree

View your browsing history as a tree

ما هو Histree؟

Histree هو إضافة Chrome تم تطويرها بواسطة themacrochip، والميزة الرئيسية لها هي "View your browsing history as a tree".

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

screenshot

تحميل ملف CRX للإضافة Histree

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

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

                        Your browser history is your mind map. The journey of how you got to your information can be as important as the information itself. You want to know what you already read, what you tried that didn't work, and how you ended up on the page that you did.                    

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

الاسم Histree Histree
ID linpklflmolmnhckgoojppnfhajngaoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/histree/linpklflmolmnhckgoojppnfhajngaoh
الوصف View your browsing history as a tree
حجم الملف 328 KB
عدد التثبيتات 23
النسخة الحالية 1.5
آخر تحديث 2020-10-23
تاريخ النشر 2020-08-20
المطور themacrochip
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Histree",
    "version": "1.5",
    "description": "View your browsing history as a tree",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "history"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "commands": {
        "show-tree": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Show history tree"
        }
    },
    "manifest_version": 2
}