GPF Signs
This extension allows you to add signs in the GPF fast and easy.
Qu'est-ce que GPF Signs ?
GPF Signs est une extension Chrome développée par Nico S., et sa fonction principale est "This extension allows you to add signs in the GPF fast and easy.".
Télécharger le fichier CRX de l'extension GPF Signs
Téléchargez les fichiers d'extension GPF Signs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | glckjnfidpjlkolpkmfpehhkabbcbpgh |
URL Officiel | https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh |
Description | This extension allows you to add signs in the GPF fast and easy. |
Taille du Fichier | 213 KB |
Nombre d'Installations | 33 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2017-08-24 |
Date de Publication | 2017-08-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Nico S. |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |