Extension log

Logs when an extension is installed, uninstalled, upgraded, enabled or disabled. Also keeps track of each chrome update.

Extension log란 무엇입니까?

Extension log은(는) Achernar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Logs when an extension is installed, uninstalled, upgraded, enabled or disabled. Also keeps track of each chrome update."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Extension log 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}