Pinned History
Browse your surfed website history and pin your favorites via search phrases for easy access
Pinned Historyคืออะไร?
Pinned History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KennyDaren.me และคุณลักษณะหลักของมันคือ "Browse your surfed website history and pin your favorites via search phrases for easy access"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinned History
ดาวน์โหลดไฟล์ส่วนขยาย Pinned History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply add your phrases for searching and quickly view your history. Is it safe? Yes, it is. This extension only access your browser history for show in extension window, your history is safe and is NOT shared anywhere. This extension is made as Open Source Software, anyone can see source code.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pinned History |
ID | ifichafnngdnbgeingpbngicfahcijme |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme |
คำอธิบาย | Browse your surfed website history and pin your favorites via search phrases for easy access |
ขนาดไฟล์ | 19.36 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-06-02 |
วันที่เผยแพร่ | 2019-06-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | KennyDaren.me |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/KennyDaren/chrome-pinned-history |
URL หน้าช่วยเหลือ | https://github.com/KennyDaren/chrome-pinned-history |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinned History", "version": "1.0", "permissions": [ "storage", "history" ], "description": "Browse your surfed website history and pin your favorites via search phrases for easy access", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |