GPF Signs
This extension allows you to add signs in the GPF fast and easy.
Apa itu GPF Signs?
GPF Signs adalah ekstensi Chrome yang dikembangkan oleh Nico S., dan fitur utamanya adalah "This extension allows you to add signs in the GPF fast and easy.".
Unduh Berkas CRX Ekstensi GPF Signs
Unduh file ekstensi GPF Signs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | glckjnfidpjlkolpkmfpehhkabbcbpgh |
URL Resmi | https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh |
Deskripsi | This extension allows you to add signs in the GPF fast and easy. |
Ukuran File | 213 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 2.0.2 |
Terakhir Diperbarui | 2017-08-24 |
Tanggal Publikasi | 2017-08-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Nico S. |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |