Sensilet
A Browser Extension Wallet
Sensiletとは何ですか?
Sensiletはhttps://sensilet.comによって開発されたChromeの拡張機能で、その主な機能は「A Browser Extension Wallet」です。
拡張機能のスクリーンショット
Sensilet拡張機能のCRXファイルをダウンロード
Sensilet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A browser-based crypto wallet for Bitcoin SV.
- Mnemonic (12-words) Backup/Restore
- Additional Passphrase Support
- Multiple Accounts Management
- Single Private Key Import/Export
- Built-in Sensible Token/NFT
- Web3 Experience for Bitcoin SV
- 100% Free & Open-Source
- And more! 拡張機能の基本情報
| 名前 | |
| ID | aadkcfdlmiddiiibdnhfbpbmfcaoknkm |
| 公式URL | https://chromewebstore.google.com/detail/sensilet/aadkcfdlmiddiiibdnhfbpbmfcaoknkm |
| 説明 | A Browser Extension Wallet |
| ファイルサイズ | 2.03 MB |
| インストール数 | 1,507 |
| 現在のバージョン | 0.2.2 |
| 最終更新日 | 2023-04-18 |
| 公開日 | 2021-10-04 |
| 評価 | 5.00/5 合計 8 レビュー |
| 開発者 | https://sensilet.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://sensilet.com/ |
| ヘルプページのURL | https://t.me/sensilet |
| プライバシーポリシーページのURL | https://unisat.io/privacy-policy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"homepage_url": "https:\/\/sensilet.com\/",
"description": "A Browser Extension Wallet",
"default_locale": "en",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"storage",
"activeTab"
],
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
"script.js"
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"48": "icons\/48.png"
}
},
"version": "0.2.2"
} | |