Shadow Bar

Give your browsing experience a little more depth. Adds a nice shadow to every site you visit

What is Shadow Bar?

Shadow Bar is a Chrome extension developed by Arlo Godfrey, and its main feature is "Give your browsing experience a little more depth. Adds a nice shadow to every site you visit".

Extension Screenshots

Download Shadow Bar Extension CRX File

Download Shadow Bar 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

                        Give your browsing experience a little more depth. Adds a nice shadow under the address bar to every site you visit                    

Extension Basic Information

Name Shadow Bar Shadow Bar
ID aajofmkmjonnedkadledjiigpmgmdced
Official URL https://chromewebstore.google.com/detail/shadow-bar/aajofmkmjonnedkadledjiigpmgmdced
Description Give your browsing experience a little more depth. Adds a nice shadow to every site you visit
File Size 4.8 KB
Installation Count 43
Current Version 1.0.0
Last Updated 2019-08-28
Publish Date 2019-08-22
Rating 5.00/5 Total 1 Ratings
Developer Arlo Godfrey
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shadow Bar",
    "short_name": "Shadow Bar",
    "author": "Arlo Godfrey",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Give your browsing experience a little more depth. Adds a nice shadow to every site you visit",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}