Advanced Browser History

A Chrome extension to capture more information about your browsing history.

ما هو Advanced Browser History؟

Advanced Browser History هو إضافة Chrome تم تطويرها بواسطة Trevor Brunette، والميزة الرئيسية لها هي "A Chrome extension to capture more information about your browsing history.".

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

screenshot
screenshot
screenshot

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

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

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

                        Adds more ways to browse, categorize, filter, and otherwise view your browsing history from our custom user interface.
This project will always be free and open source software; view the source code at https://github.com/AdvancedHistory/ABHChrome                    

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

الاسم Advanced Browser History Advanced Browser History
ID ajdeagnomgifpeimhpofiphnphdlhbjn
عنوان URL الرسمي https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn
الوصف A Chrome extension to capture more information about your browsing history.
حجم الملف 405 KB
عدد التثبيتات 40
النسخة الحالية 0.1.0
آخر تحديث 2022-04-28
تاريخ النشر 2022-04-28
المطور Trevor Brunette
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/AdvancedHistory/ABHChrome
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "ABH",
    "name": "Advanced Browser History",
    "description": "A Chrome extension to capture more information about your browsing history.",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Open ABH"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "icons": {
        "128": ".\/static\/media\/logo128.png",
        "512": ".\/static\/media\/logo512.png"
    },
    "permissions": [
        "history"
    ]
}