GPF Signs

This extension allows you to add signs in the GPF fast and easy.

Was ist GPF Signs?

GPF Signs ist eine Chrome-Erweiterung, die von Nico S. entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to add signs in the GPF fast and easy.".

GPF Signs-Erweiterungs-CRX-Datei herunterladen

Laden Sie GPF Signs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name GPF Signs GPF Signs
ID glckjnfidpjlkolpkmfpehhkabbcbpgh
Offizielle URL https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh
Beschreibung This extension allows you to add signs in the GPF fast and easy.
Dateigröße 213 KB
Installationsanzahl 33
Aktuelle Version 2.0.2
Letztes Update 2017-08-24
Veröffentlichungsdatum 2017-08-24
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Nico S.
Zahlungsart free
Unterstützte Sprachen en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "GPFSigns",
    "description": "__MSG_descr__",
    "version": "2.0.2",
    "options_page": "config.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/productforums.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "default_locale": "es",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png"
    },
    "permissions": [
        "storage",
        "https:\/\/productforums.google.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}