GPF Signs
This extension allows you to add signs in the GPF fast and easy.
Co je GPF Signs?
GPF Signs je rozšíření Chrome vyvinuté Nico S., a jeho hlavní funkcí je „This extension allows you to add signs in the GPF fast and easy.“.
Stáhnout soubor CRX rozšíření GPF Signs
Stáhněte si soubory rozšíření GPF Signs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | glckjnfidpjlkolpkmfpehhkabbcbpgh |
Oficiální URL | https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh |
Popis | This extension allows you to add signs in the GPF fast and easy. |
Velikost souboru | 213 KB |
Počet instalací | 33 |
Aktuální Verze | 2.0.2 |
Poslední Aktualizace | 2017-08-24 |
Datum Vydání | 2017-08-24 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Nico S. |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |