Improved History

A nice and modern look for browser's history page.

Improved Historyคืออะไร?

Improved History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karl และคุณลักษณะหลักของมันคือ "A nice and modern look for browser's history page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Improved History

ดาวน์โหลดไฟล์ส่วนขยาย Improved History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Improved History is an extension that let you render your browser history in toolbar popup UI in a stylish manner.

This addon can basically be a substitute for history page in your browser. Once you open toolbar popup you will see the activity tab (first tab on top left corner). Within the activity tab there are weekdays listed horizontally. Below that there are the history items listed vertically.

Simply click on a day and the vertical list will jump to the specified day. Each history item has a - delete - button next to it. Moreover, you can click on the - more from site - button to see all items related to this one within the history.

There is also a search tab next to the activity tab which you can use to search for desired keywords within the history. The last tab is for the addon settings. Currently, it has a single button to clear all history. Please note that, clearing history with this addon is irreversible. In other words, you cannot bring back the deleted items in the history once they are cleared.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Improved History Improved History
ID plgkaedealnnbkngbdgiilehecfbaklm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/improved-history/plgkaedealnnbkngbdgiilehecfbaklm
คำอธิบาย A nice and modern look for browser's history page.
ขนาดไฟล์ 2.96 MB
จำนวนการติดตั้ง 1,894
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-03-15
วันที่เผยแพร่ 2018-03-15
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Karl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://eccorem.com/apps/improved-history.html
URL หน้าช่วยเหลือ http://eccorem.com/apps/improved-history.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "history",
        ""
    ],
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "http:\/\/eccorem.com\/apps\/improved-history.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "24": "data\/icons\/24.png",
            "32": "data\/icons\/32.png",
            "64": "data\/icons\/64.png"
        }
    }
}