U History
Save & Read Chrome History on Your Google Drive
U Historyคืออะไร?
U History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pike96 และคุณลักษณะหลักของมันคือ "Save & Read Chrome History on Your Google Drive"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย U History
ดาวน์โหลดไฟล์ส่วนขยาย U History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Backup selected month browsing history to your Google Drive.
- Automatically backup last month history in background once authorized.
- Read saved history on Goolge Drive. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nkokmdpokpgocgabofnpkandjgchljgf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/u-history/nkokmdpokpgocgabofnpkandjgchljgf |
| คำอธิบาย | Save & Read Chrome History on Your Google Drive |
| ขนาดไฟล์ | 517 KB |
| จำนวนการติดตั้ง | 379 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2022-06-08 |
| วันที่เผยแพร่ | 2019-10-07 |
| คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | Pike96 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/Pike96/UHistory |
| URL หน้าช่วยเหลือ | https://github.com/Pike96/UHistory/issues |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/11ae14f5-4764-4c54-996b-bc318c673362 |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "U History",
"description": "Save & Read Chrome History on Your Google Drive",
"version": "1.1.0",
"options_ui": {
"page": "options.html"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"history",
"identity",
"storage"
],
"oauth2": {
"client_id": "445850840649-0uncfbdu7foj97slpoonrc56nv205dpa.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvnQv8WfCcS0XIWG2oNLHdJBIPH5QvHsXEeeiAwSbTE\/Leh\/DsfHdpevD\/mwFR55kJRZ4drP\/GX\/ikIkYZDlsEQ06uTPlsuDA2j\/gaDDf+ZblhQpaOgeTbq7yO201kIpmu+u\/JsrO7KB3c0q7y8Y+q\/N8xLZC6ZjkpygBcs5y\/J\/SPQSPeR5sXOqPBVpKMqiVPZRsSUq95g0\/w7\/eU+ajMDBxJlVkw8OkpA9nRap506FPQeBp2eZXUlENHbt3QKsz5kmsQU2oUhJ+7VWsa1Sw0PTY3GxdNF1k58yCYLe+c4MU2D64yn15FQ3Sa712UZT0Tvel+AhrdYjoB3fJ2PFECwIDAQAB",
"host_permissions": [
"https:\/\/accounts.google.com\/*",
"https:\/\/www.googleapis.com\/*"
]
} | |