Recent Pages
Reads your history, and shows the pages you opened.
Recent Pagesคืออะไร?
Recent Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.jmdclasses.com และคุณลักษณะหลักของมันคือ "Reads your history, and shows the pages you opened."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recent Pages
ดาวน์โหลดไฟล์ส่วนขยาย Recent Pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It will provide you a facility to automatically store your history about the page you opened.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdmjgmpiajkgbilbbmjlkijmeeodngmh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh |
คำอธิบาย | Reads your history, and shows the pages you opened. |
ขนาดไฟล์ | 13.97 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2014-10-06 |
วันที่เผยแพร่ | 2014-10-06 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://www.jmdclasses.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recent Pages", "version": "0.0.0.1", "description": "Reads your history, and shows the pages you opened.", "permissions": [ "history", "tabs" ], "browser_action": { "default_popup": "index.html", "default_icon": "history.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |