Slice

Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…

Sliceとは何ですか?

Sliceはsohan.infograinsによって開発されたChromeの拡張機能で、その主な機能は「Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Slice拡張機能のCRXファイルをダウンロード

Slice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon  Chain.
 
Slice also provide facility user can create wallet and import wallet via private key and secret pharse. 

User can send token from slice to other user wallet address.                    

拡張機能の基本情報

名前 Slice Slice
ID ngkboaddmfaodpbcmhnehklfbkpajbdp
公式URL https://chromewebstore.google.com/detail/slice/ngkboaddmfaodpbcmhnehklfbkpajbdp
説明 Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…
ファイルサイズ 723 KB
インストール数 11
現在のバージョン 1.2
最終更新日 2022-09-30
公開日 2022-09-22
開発者 sohan.infograins
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slice",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png",
        "type": "allowAllRequests"
    },
    "icons": {
        "128": "assest\/images\/logo.png"
    },
    "permissions": [],
    "background.service_worker": {
        "persistent": false,
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "css": [
                "assest\/css\/popup.css"
            ],
            "js": [
                "assest\/js\/script.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}