GPF Signs

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

O que é GPF Signs?

GPF Signs é uma extensão do Chrome desenvolvida por Nico S., e sua principal característica é "This extension allows you to add signs in the GPF fast and easy.".

Baixar o arquivo CRX da Extensão GPF Signs

Baixe arquivos de extensão GPF Signs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome GPF Signs GPF Signs
ID glckjnfidpjlkolpkmfpehhkabbcbpgh
URL Oficial https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh
Descrição This extension allows you to add signs in the GPF fast and easy.
Tamanho do Arquivo 213 KB
Contagem de Instalações 33
Versão Atual 2.0.2
Última Atualização 2017-08-24
Data de Publicação 2017-08-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Nico S.
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}