Fiteprint - Current site history

Quick access to current site history.

Fiteprint - Current site historyคืออะไร?

Fiteprint - Current site history เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WildSeeder และคุณลักษณะหลักของมันคือ "Quick access to current site history."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fiteprint - Current site history

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

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

                        When you are browsing a website, just click on the icon of this extension to view the history of the current site (don't forget to pin it to the top right corner of browser), if it's a blank new tab, it will show the history of all sites.

To reduce redundancy and increase the amount of information, the extension makes some optimizations to the original history list. Based on what users care about most of the time, it removes duplicate items and shows url paths.

You can filter items by simply typing in keywords. 

If you prefer to use shortcuts, just open chrome://extensions/shortcuts and set a shortcut for this extension (e.g. Ctrl + Shift + 8) to summon the history list via shortcut keys, then use the following keystrokes:

- Select previous: ArrowUp
- Select next: ArrowDown
- Quickly jump upwards: Shift + ArrowUp
- Quickly jump down: Shift + ArrowDown
- Open: Enter
- Force open in a new tab: Shift + Enter

Hope you enjoy it!

---

This is an open source project: https://github.com/fiteprint/fiteprint.                    

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

ชื่อ Fiteprint - Current site history Fiteprint - Current site history
ID aifnngnkjcdamfofbfldbnighkjkkmbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fiteprint-current-site-hi/aifnngnkjcdamfofbfldbnighkjkkmbp
คำอธิบาย Quick access to current site history.
ขนาดไฟล์ 511 KB
จำนวนการติดตั้ง 1,767
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2021-12-11
วันที่เผยแพร่ 2020-08-31
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา WildSeeder
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fiteprint.com
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "version": "1.1.1",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png"
        },
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "tabs",
        "history",
        "storage",
        "chrome:\/\/favicon\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "offline_enabled": true
}