GPF Signs

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

Hvad er GPF Signs?

GPF Signs er en Chrome-udvidelse udviklet af Nico S., og dens hovedfunktion er "This extension allows you to add signs in the GPF fast and easy.".

Download GPF Signs-udvidelses-CRX-fil

Download GPF Signs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn GPF Signs GPF Signs
ID glckjnfidpjlkolpkmfpehhkabbcbpgh
Officiel URL https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh
Beskrivelse This extension allows you to add signs in the GPF fast and easy.
Filstørrelse 213 KB
Antal Installationer 33
Nuværende Version 2.0.2
Senest Opdateret 2017-08-24
Udgivelsesdato 2017-08-24
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Nico S.
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}