Opacity Layer

Opacity Layer

What is Opacity Layer?

Opacity Layer is a Chrome extension developed by circle, and its main feature is "Opacity Layer".

Extension Screenshots

screenshot

Download Opacity Layer Extension CRX File

Download Opacity Layer 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

                        - Add more layers which can be adjust their opacity on your site. That can help to compare among layers.                    

Extension Basic Information

Name Opacity Layer Opacity Layer
ID maanlapnamffnpopllcfiepepomflabd
Official URL https://chromewebstore.google.com/detail/opacity-layer/maanlapnamffnpopllcfiepepomflabd
Description Opacity Layer
File Size 14.58 KB
Installation Count 204
Current Version 1.0
Last Updated 2021-01-29
Publish Date 2021-01-29
Rating 1.00/5 Total 1 Ratings
Developer circle
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opacity Layer",
    "version": "1.0",
    "description": "Opacity Layer",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Opacity Layer"
    },
    "manifest_version": 2
}