gchange-client
Make exchanges in the libre currency Ğ1!
gchange-clientとは何ですか?
gchange-clientはhttps://gchange.frによって開発されたChromeの拡張機能で、その主な機能は「Make exchanges in the libre currency Ğ1!」です。
拡張機能のスクリーンショット
gchange-client拡張機能のCRXファイルをダウンロード
gchange-client拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | doblgdpkffjcibnaeikclepafjhogfle |
| 公式URL | https://chromewebstore.google.com/detail/gchange-client/doblgdpkffjcibnaeikclepafjhogfle |
| 説明 | Make exchanges in the libre currency Ğ1! |
| ファイルサイズ | 22.57 MB |
| インストール数 | 75 |
| 現在のバージョン | 1.4.0 |
| 最終更新日 | 2023-08-25 |
| 公開日 | 2020-09-14 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | https://gchange.fr |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.gchange.fr |
| ヘルプページのURL | https://github.com/duniter-gchange/gchange-client/issue |
| プライバシーポリシーページのURL | https://github.com/duniter/cesium/blob/master/doc/privacy_policy.md |
| 対応言語 | 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
} | |