TensorBoard Empty Scalar Hider

Hide your useless empty scalar/panes in TensorBoard.

What is TensorBoard Empty Scalar Hider?

TensorBoard Empty Scalar Hider is a Chrome extension developed by Jasonnor, and its main feature is "Hide your useless empty scalar/panes in TensorBoard.".

Extension Screenshots

screenshot
screenshot

Download TensorBoard Empty Scalar Hider Extension CRX File

Download TensorBoard Empty Scalar Hider 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

                        TensorBoard Empty Scalar Hider is a fully open source project for hiding your useless empty scalar/panes in TensorBoard.

Features:
1. Open all closed TensorBoard panes
2. Hide all empty TensorBoard scalar/panes

Usage:
1. Go to your TensorBoard page
2. Click extension button in the upper-left corner
3. Enjoy your clean TensorBoard!

Inspired by issue#40 (https://github.com/tensorflow/tensorboard/issues/40) of tensorboard.

Any problem? Create an issue here: 
https://github.com/Jasonnor/tensorboard-empty-scalar-hider/issues

Open source page: https://github.com/Jasonnor/tensorboard-empty-scalar-hider                    

Extension Basic Information

Name TensorBoard Empty Scalar Hider TensorBoard Empty Scalar Hider
ID ejhcppphehbibgdnmjelljfeconkljmk
Official URL https://chromewebstore.google.com/detail/tensorboard-empty-scalar/ejhcppphehbibgdnmjelljfeconkljmk
Description Hide your useless empty scalar/panes in TensorBoard.
File Size 19.15 MB
Installation Count 56
Current Version 0.3
Last Updated 2020-03-18
Publish Date 2020-03-17
Rating 5.00/5 Total 1 Ratings
Developer Jasonnor
Email [email protected]
Payment Type free
Extension Website https://github.com/Jasonnor/tensorboard-empty-scalar-hider
Help Page URL https://github.com/Jasonnor/tensorboard-empty-scalar-hider/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TensorBoard Empty Scalar Hider",
    "version": "0.3",
    "description": "Hide your useless empty scalar\/panes in TensorBoard.",
    "manifest_version": 2,
    "author": "Jasonnor",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ]
}