gchange-client

Make exchanges in the libre currency Ğ1!

gchange-clientคืออะไร?

gchange-client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gchange.fr และคุณลักษณะหลักของมันคือ "Make exchanges in the libre currency Ğ1!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gchange-client

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ gchange-client gchange-client
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
}