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 |
| 官方網址 | 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
} | |