Recent History

A simple history in a one click pop-up: view your recent browser history, recently closed tabs, most visited pages, recent bookmarks

Recent Historyคืออะไร?

Recent History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsecraft.com และคุณลักษณะหลักของมันคือ "A simple history in a one click pop-up: view your recent browser history, recently closed tabs, most visited pages, recent bookmarks"

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

screenshot
screenshot

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

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

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

                        No more worrying about lost or accidentally closed tabs! A quick overview of your recent browser history with one click access.

📰 FEATURED
- http://lifehacker.com/5536343/recent-history-gives-chrome-a-better-history
- http://net.tutsplus.com/tutorials/other/switching-to-chrome-download-these-extensions/

🛠 FEATURES
- Change the number of items
- Change the width of the popup menu
- Multilingual support
- Order sections for the popup menu
- Show most visited URLs
- and much more...

🗒️ CHANGELOG
- 3.0.5 - Fixing browser action bug.
-3.0.4 - Fixed bug that prevented the extension's history page to be seen when clicking on "Show All History". Fixed a few styling issues.
-3.0.3 - Fixed styling issues on PCs.
-3.0.2 - The style of the history and options page have been tweaked.
-3.0.1 - The calendar history page has been enabled again.
-3.0 - Recent History is back and updated for the current version of Chrome. A few features have been removed/disabled for various reasons but the main popup feature still remains.

Made with ❤️ by Browsecraft gang. Stand with Ukraine 💙💛.                    

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

ชื่อ Recent History Recent History
ID fbmkfdfomhhlonpbnpiibloacemdhjjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recent-history/fbmkfdfomhhlonpbnpiibloacemdhjjm
คำอธิบาย A simple history in a one click pop-up: view your recent browser history, recently closed tabs, most visited pages, recent bookmarks
ขนาดไฟล์ 365 KB
จำนวนการติดตั้ง 55,840
เวอร์ชันปัจจุบัน 23.12.11
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2019-12-16
คะแนน 4.28/5 รวมทั้งหมด 533 คะแนน
ผู้พัฒนา https://browsecraft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsecraft.com/
URL หน้าช่วยเหลือ https://browsecraft.com/contacts
URL หน้านโยบายความเป็นส่วนตัว https://browsecraft.com/privacy
ภาษาที่รองรับ id,de,en,fr,nl,es,it,pl,pt-BR,pt-PT,cs,ru,ar,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent History",
    "short_name": "Recent History",
    "version": "23.12.11",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_aboutText__",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "images\/branding-icon16.png",
        "32": "images\/branding-icon32.png",
        "48": "images\/branding-icon48.png",
        "128": "images\/branding-icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/main-icon16.png",
            "32": "images\/main-icon32.png",
            "38": "images\/main-icon38.png",
            "48": "images\/main-icon48.png",
            "128": "images\/main-icon128.png"
        },
        "default_popup": "popup.html"
    }
}