Cham-Logviewer
This extension will act as offline Chameleon-Logviewer
What is Cham-Logviewer?
Cham-Logviewer is a Chrome extension developed by yatz, and its main feature is "This extension will act as offline Chameleon-Logviewer".
Extension Screenshots
Download Cham-Logviewer Extension CRX File
Download Cham-Logviewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
chameleon logviewer v1.1 works only for propriatary formated json file NO support is provideded at the moment
Extension Basic Information
Name | |
ID | ghpdkcepkljmmcakjinhhpnpanefnoop |
Official URL | https://chrome.google.com/webstore/detail/cham-logviewer/ghpdkcepkljmmcakjinhhpnpanefnoop |
Description | This extension will act as offline Chameleon-Logviewer |
File Size | 262 KB |
Installation Count | 24 |
Current Version | 1.1 |
Last Updated | 2016-10-06 |
Publish Date | 2016-10-06 |
Developer | yatz |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cham-Logviewer", "description": "This extension will act as offline Chameleon-Logviewer", "options_page": "logviewer_extension.html", "version": "1.1", "browser_action": { "default_icon": "logviewer_icon.png", "default_popup": "logviewer_extension.html", "default_title": "Chameleon_logviewer_extension" }, "permissions": [ "activeTab" ] } |