gchange-client

Make exchanges in the libre currency Ğ1!

Co to jest gchange-client?

gchange-client to rozszerzenie Chrome opracowane przez https://gchange.fr, a jego główną funkcją jest „Make exchanges in the libre currency Ğ1!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia gchange-client

Pobierz pliki rozszerzeń gchange-client w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa gchange-client gchange-client
ID doblgdpkffjcibnaeikclepafjhogfle
Oficjalny URL https://chromewebstore.google.com/detail/gchange-client/doblgdpkffjcibnaeikclepafjhogfle
Opis Make exchanges in the libre currency Ğ1!
Rozmiar pliku 22.57 MB
Liczba instalacji 75
Aktualna Wersja 1.4.0
Ostatnia Aktualizacja 2023-08-25
Data Publikacji 2020-09-14
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://gchange.fr
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.gchange.fr
Adres URL Strony Pomocy https://github.com/duniter-gchange/gchange-client/issue
Adres URL Strony Polityki Prywatności https://github.com/duniter/cesium/blob/master/doc/privacy_policy.md
Obsługiwane Języki 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
}