Cesium
Manage your Duniter Wallet on a libre currency, like Ğ1
What is Cesium?
Cesium is a Chrome extension developed by https://e-is.pro, and its main feature is "Manage your Duniter Wallet on a libre currency, like Ğ1".
Extension Screenshots
Download Cesium Extension CRX File
Download Cesium extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Grâce à Cesium, vous pourrez gérer l'état de vos comptes Ğ1 en temps réel, envoyer des paiements sécurisés, suivre l'état du réseau de la monnaie libre. " La monnaie libre n'a jamais été aussi simple ! " Application libre de droit (Licence AGPL v3 - code source sous github/duniter/cesium)
Extension Basic Information
Name | Cesium |
ID | ocbhjemiokgibfojkkjapfealnbmgoek |
Official URL | https://chromewebstore.google.com/detail/cesium/ocbhjemiokgibfojkkjapfealnbmgoek |
Description | Manage your Duniter Wallet on a libre currency, like Ğ1 |
File Size | 6.06 MB |
Installation Count | 4,321 |
Current Version | 1.7.9 |
Last Updated | 2023-08-25 |
Publish Date | 2020-04-14 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://e-is.pro |
[email protected] | |
Payment Type | free |
Extension Website | https://cesium.app |
Help Page URL | https://cesium.app |
Privacy Policy Page URL | https://github.com/duniter/cesium/blob/master/doc/privacy_policy.md |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cesium", "short_name": "Cesium", "version": "1.7.9", "description": "Manage your Duniter Wallet on a libre currency, like \u011e1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "browser_action": { "default_title": "Cesium", "default_icon": { "32": "img\/logo_32px.png", "60": "img\/logo_60px.png", "96": "img\/logo_96px.png", "128": "img\/logo_128px.png" } }, "icons": { "32": "img\/logo_32px.png", "60": "img\/logo_60px.png", "96": "img\/logo_96px.png", "128": "img\/logo_128px.png" }, "manifest_version": 2 } |