GPF Signs
This extension allows you to add signs in the GPF fast and easy.
Wat is GPF Signs?
GPF Signs is een Chrome-extensie ontwikkeld door Nico S., en de belangrijkste functie is "This extension allows you to add signs in the GPF fast and easy.".
Download het CRX-bestand van de extensie GPF Signs
Download GPF Signs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | glckjnfidpjlkolpkmfpehhkabbcbpgh |
Officiële URL | https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh |
Beschrijving | This extension allows you to add signs in the GPF fast and easy. |
Bestandsgrootte | 213 KB |
Aantal Installaties | 33 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2017-08-24 |
Publicatiedatum | 2017-08-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Nico S. |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |