Visualize Value

visualize value on every tab

What is Visualize Value?

Visualize Value is a Chrome extension developed by gabolobl, and its main feature is "visualize value on every tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Visualize Value Extension CRX File

Download Visualize Value 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

                        View an aleatory visualization from Jack Butcher's Visualize Value on every new tab you open. Enhance your browsing experience to be more productive, more focused, and create more value.                    

Extension Basic Information

Name Visualize Value Visualize Value
ID ejblinjidfhnpkjbphoendgjjnhmfoee
Official URL https://chromewebstore.google.com/detail/visualize-value/ejblinjidfhnpkjbphoendgjjnhmfoee
Description visualize value on every tab
File Size 212 KB
Installation Count 9,506
Current Version 1.0.7
Last Updated 2021-01-18
Publish Date 2020-12-18
Rating 4.84/5 Total 67 Ratings
Developer gabolobl
Email [email protected]
Payment Type free
Extension Website https://www.visualizevalue.com/
Help Page URL https://twitter.com/Gabriel07__
Privacy Policy Page URL https://gabriellobl.github.io/visualize-life
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visualize Value",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "visualize value on every tab",
    "icons": {
        "16": "vv-icon-16.png",
        "48": "vv-icon-48.png",
        "128": "vv-icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "vv-icon-16.png",
            "48": "vv-icon-48.png",
            "128": "vv-icon-128.png"
        },
        "default_title": "Visualize Value"
    }
}