Extension log
Logs when an extension is installed, uninstalled, upgraded, enabled or disabled. Also keeps track of each chrome update.
Extension logคืออะไร?
Extension log เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Achernar และคุณลักษณะหลักของมันคือ "Logs when an extension is installed, uninstalled, upgraded, enabled or disabled. Also keeps track of each chrome update."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension log
ดาวน์โหลดไฟล์ส่วนขยาย Extension log ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keep track of all your old extensions, as well as current and past states of the extensions still installed. "Extension log" logs when an extension is installed, uninstalled, upgraded, enabled or disabled. View all these informations in a table sorted by name, state (enabled, disabled, uninstalled), extension type, or id. With a list of events associated with each extension ever installed (as long as "Extension log" is always enabled). Aside from its main purpose, "Extension log" records a log of the date and version of every chrome update. You can save the whole log history, in case of crash. Right click the extension icon and select "Export log" (save the whole page or one of the textareas). No restore function available yet, but you can access the stored values manually from the background page's javascript console (and update from there if necessary). EL allows you to save extensions packages in its original format or as a zip file. 2018-12-31: (0.5.6) Badge used to warn user when an event occurs: now fully functional. You can now import options, and chrome version history from a backup. Import of events is still in beta. 2018-09-12: (0.5) Extension packages can be saved as CRX and/or ZIP files. The list of current permissions for all extensions is displayed in the tooltip of their version number. 2018-09-04: (0.4.11) Added support to download CRX packages. 2018-08-22: (0.4.10.1) Some minor fixes and layout improvements. 2018-07: (0.4.9.8) Stable version. Still missing import data feature. Almost done but development halted at least for several weeks. Sorry. 2018-06-19: (0.4) Still in beta, but shouldn't crash.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Extension log |
ID | eiljhbjamiikjjldhnepillceohglbjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/extension-log/eiljhbjamiikjjldhnepillceohglbjh |
คำอธิบาย | Logs when an extension is installed, uninstalled, upgraded, enabled or disabled. Also keeps track of each chrome update. |
ขนาดไฟล์ | 45.45 KB |
จำนวนการติดตั้ง | 1,218 |
เวอร์ชันปัจจุบัน | 0.5.8 |
อัปเดตครั้งล่าสุด | 2019-07-19 |
วันที่เผยแพร่ | 2019-07-19 |
คะแนน | 4.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Achernar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://users.skynet.be/alternity/programming/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Logs when an extension is installed, uninstalled, upgraded, enabled or disabled. Also keeps track of each chrome update.", "manifest_version": 2, "name": "Extension log", "permissions": [ "storage", "management", "tabs", "contextMenus" ], "optional_permissions": [ "downloads", "*:\/\/clients2.google.com\/service\/update2\/crx*", "*:\/\/clients2.googleusercontent.com\/crx\/download\/*" ], "version": "0.5.8", "browser_action": { "default_title": "Extension log" }, "options_page": "options.html" } |