GPF Signs
This extension allows you to add signs in the GPF fast and easy.
Cos'è GPF Signs?
GPF Signs è un'estensione di Chrome sviluppata da Nico S., e la sua funzione principale è "This extension allows you to add signs in the GPF fast and easy.".
Scarica il file CRX dell'estensione GPF Signs
Scarica i file di estensione GPF Signs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | glckjnfidpjlkolpkmfpehhkabbcbpgh |
URL Ufficiale | https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh |
Descrizione | This extension allows you to add signs in the GPF fast and easy. |
Dimensione del File | 213 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2017-08-24 |
Data di Pubblicazione | 2017-08-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Nico S. |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |