GPF Signs
This extension allows you to add signs in the GPF fast and easy.
Vad är GPF Signs?
GPF Signs är en Chrome-tillägg utvecklad av Nico S., och dess huvudfunktion är "This extension allows you to add signs in the GPF fast and easy.".
Ladda ner GPF Signs-förlängningens CRX-fil
Ladda ner GPF Signs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | glckjnfidpjlkolpkmfpehhkabbcbpgh |
Officiell webbadress | https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh |
Beskrivning | This extension allows you to add signs in the GPF fast and easy. |
Filstorlek | 213 KB |
Antal Installationer | 33 |
Aktuell Version | 2.0.2 |
Senast Uppdaterad | 2017-08-24 |
Publiceringsdatum | 2017-08-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Nico S. |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |