History Saver
History!
History Saverคืออะไร?
History Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Xu และคุณลักษณะหลักของมันคือ "History!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Saver
ดาวน์โหลดไฟล์ส่วนขยาย History Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play game and check the security of your browsing history.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | egmmpalpkmlamglljdhaiclcggaomepi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/history-saver/egmmpalpkmlamglljdhaiclcggaomepi |
คำอธิบาย | History! |
ขนาดไฟล์ | 1.19 MB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 1.0.0.1 |
อัปเดตครั้งล่าสุด | 2014-04-12 |
วันที่เผยแพร่ | 2014-04-12 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Ben Xu |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Saver", "description": "History!", "version": "1.0.0.1", "icons": { "128": "images\/logo.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs", "history", "https:\/\/raw.githubusercontent.com\/*", "http:\/\/www.avgthreatlabs.com\/website-safety-reports\/domain\/*", "https:\/\/safeweb.norton.com\/report\/show\/*", "http:\/\/api.mywot.com\/0.4\/public_link_json2*", "https:\/\/sb-ssl.google.com\/safebrowsing\/api\/lookup*", "http:\/\/api.webthumbnail.org\/*", "http:\/\/sitecheck3.sucuri.net\/*" ], "browser_action": { "default_icon": "images\/logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |