Better History

A better look at your browsing history. The best searching, the sharpest interface, and the most useful filters - for your history.

ما هو Better History؟

Better History هو إضافة Chrome تم تطويرها بواسطة chromio.dev، والميزة الرئيسية لها هي "A better look at your browsing history. The best searching, the sharpest interface, and the most useful filters - for your history.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Better History replaces your Browser's history viewer and adds more controls to manage and browse your history.

Key Features:
- Reference your history quickly by jumping between days and hours in just a click.
- Deleting a day, hour, or individual visit is painless in Better History.
- Deleting by Keyword or any single domain visits also supported
- Merges your visits and downloads in one easy view!
- Regular expression searching is now supported! 
- Dark mode makes it easier to stay focused
- Via context-Menus Search your history fast by page title or URL. Each match is highlighted in the search results for clarity. Use the right click options to search highlighted text on a page or by a site's domain.

Permission Justifications:
- History:  Adds more controls to manage and browse history
- Storage: Save extension settings
- Tabs: Using the right click options on any website to search text in history viewer
- Sessions: Show history from all devices
- Downloads: Able to search in downloads history

==============================
Version - 4.0.3 || January 04, 2022
==============================
✓Added "open link" in right-click or middle click
✓Added focus to the search input
✓Added HH:MM:SS format
✓Added details on hover
✓Open all button in Devices

==============================
Version - 4.0.2 || December 09, 2021
==============================
✓ Removed item delete's animation
✓ Fixed Hours and date selection section, now it will always remain (stick) at top
✓ Added options in settings to select 12-hours and 24-hours clock
✓ Added options in settings to disable infinite scroll feature
✓ Added option in settings to change Toolbar icon according your light and dark theme

==============================
Version - 4.0.1 || November 29, 2021
==============================
✓ Removed "Confirmation popup" to delete single item from the history

==============================
Version - 4.0.0 || November 26, 2021
==============================
✓ New clean UI Implemented
✓ Infinite scroll added
✓ The code was optimized
✓ Other Minor bugs fixed

Data Privacy Policy:
We do not track any type of your data, usage of this extension or any website usage. Your extension settings exclusively stored inside your browser. We never touch or see this data.

Feel free to contact us if you got any questions or concerns about data privacy, we will be happy to help.                    

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

الاسم Better History Better History
ID egehpkpgpgooebopjihjmnpejnjafefi
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-history/egehpkpgpgooebopjihjmnpejnjafefi
الوصف A better look at your browsing history. The best searching, the sharpest interface, and the most useful filters - for your history.
حجم الملف 168 KB
عدد التثبيتات 112,606
النسخة الحالية 4.0.3
آخر تحديث 2022-01-06
تاريخ النشر 2020-09-08
تقييم 4.10/5 مجموع تقييمات 197
المطور chromio.dev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "assets\/images\/16.png",
        "24": "assets\/images\/24.png",
        "32": "assets\/images\/32.png",
        "64": "assets\/images\/64.png",
        "128": "assets\/images\/128.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": {
            "32": "assets\/images\/icons\/default.png"
        },
        "default_title": "__MSG_manifest_browser_action_title__"
    },
    "chrome_url_overrides": {
        "history": "index.html"
    },
    "background": {
        "page": "\/assets\/pages\/background.html",
        "persistent": true
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "history",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "tabs",
        "sessions"
    ],
    "manifest_version": 2,
    "name": "Better History",
    "version": "4.0.3",
    "default_locale": "en",
    "web_accessible_resources": [
        "assets\/template\/*.html"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}