gchange-client
Make exchanges in the libre currency Ğ1!
Apa itu gchange-client?
gchange-client adalah ekstensi Chrome yang dikembangkan oleh https://gchange.fr, dan fitur utamanya adalah "Make exchanges in the libre currency Ğ1!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi gchange-client
Unduh file ekstensi gchange-client 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
Post ads, manage crowdfunding campaigns ... everything you need to make exchanges in Ğ1 ! Free software (Licence AGPL v3 - code source sous github/duniter-gchange/gchange-client) Privacy policy: https://github.com/duniter-gchange/gchange-client/blob/master/doc/PrivacyPolicy.md
Informasi Dasar Ekstensi
Nama | gchange-client |
ID | doblgdpkffjcibnaeikclepafjhogfle |
URL Resmi | https://chromewebstore.google.com/detail/gchange-client/doblgdpkffjcibnaeikclepafjhogfle |
Deskripsi | Make exchanges in the libre currency Ğ1! |
Ukuran File | 22.57 MB |
Jumlah Instalasi | 75 |
Versi Saat Ini | 1.4.0 |
Terakhir Diperbarui | 2023-08-25 |
Tanggal Publikasi | 2020-09-14 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | https://gchange.fr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.gchange.fr |
URL Halaman Bantuan | https://github.com/duniter-gchange/gchange-client/issue |
URL Halaman Kebijakan Privasi | https://github.com/duniter/cesium/blob/master/doc/privacy_policy.md |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gchange-client", "short_name": "gchange", "version": "1.4.0", "description": "Make exchanges in the libre currency \u011e1!", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "browser_action": { "default_title": "\u011fchange", "default_icon": { "32": "img\/logo_32px.png", "64": "img\/logo_64px.png", "128": "img\/logo_128px.png" } }, "icons": { "32": "img\/logo_32px.png", "64": "img\/logo_64px.png", "128": "img\/logo_128px.png" }, "manifest_version": 2 } |