Prod Warning

Warn you when your on production sites

Wat is Prod Warning?

Prod Warning is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Warn you when your on production sites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Prod Warning

Download Prod Warning-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Lets you specify a list of domains to paint a border around, for warning you when you are on a production version of a site.                    

Basisinformatie over de Extensie

Naam Prod Warning Prod Warning
ID lklgnoldngfklejhcndgddkpfffogcfi
Officiële URL https://chromewebstore.google.com/detail/prod-warning/lklgnoldngfklejhcndgddkpfffogcfi
Beschrijving Warn you when your on production sites
Bestandsgrootte 46.39 KB
Aantal Installaties 58
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-01-02
Publicatiedatum 2018-12-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prod Warning",
    "version": "0.1.0",
    "description": "Warn you when your on production sites",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "border.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/warning16.png",
        "32": "images\/warning32.png",
        "48": "images\/warning48.png",
        "128": "images\/warning128.png"
    },
    "manifest_version": 2
}