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 |
| 电子邮箱 | [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
} | |