Slice

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

Wat is Slice?

Slice is een Chrome-extensie ontwikkeld door sohan.infograins, en de belangrijkste functie is "Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Slice

Download Slice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Slice Slice
ID ngkboaddmfaodpbcmhnehklfbkpajbdp
Officiële URL https://chromewebstore.google.com/detail/slice/ngkboaddmfaodpbcmhnehklfbkpajbdp
Beschrijving Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…
Bestandsgrootte 723 KB
Aantal Installaties 11
Huidige Versie 1.2
Laatst Bijgewerkt 2022-09-30
Publicatiedatum 2022-09-22
Ontwikkelaar sohan.infograins
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}