Histree

Histree

ما هو Histree؟

Histree هو إضافة Chrome تم تطويرها بواسطة Anne Veling، والميزة الرئيسية لها هي "Histree".

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

screenshot

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

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

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

                        History Extension that keeps track of your browsing history and the relationships between tabs and windows, and visualizes that in trees.

Recognizes ctrl-clicks in new tabs, normal tab navigation and going back.

Allows the user to close an open tab from the history window, and reopen that url.

Go to History (ctrl-Y) in Chrome to view your history

Created as a #w00tcamp 2012 project, feedback is welcome                    

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

الاسم Histree Histree
ID lngppkkhjifheiegfeloipgaeomjfgbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/histree/lngppkkhjifheiegfeloipgaeomjfgbf
الوصف Histree
حجم الملف 800 KB
عدد التثبيتات 217
النسخة الحالية 1.6
آخر تحديث 2012-11-26
تاريخ النشر 2012-11-26
تقييم 3.60/5 مجموع تقييمات 5
المطور Anne Veling
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Histree",
    "version": "1.6",
    "manifest_version": 2,
    "icons": {
        "16": "treerings16.png",
        "48": "treerings48.png",
        "128": "treerings128.png"
    },
    "description": "Histree",
    "background": {
        "scripts": [
            "models.js",
            "storage.js",
            "urlcontrol.js",
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "history": "histree.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}