Slice

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

Co to jest Slice?

Slice to rozszerzenie Chrome opracowane przez sohan.infograins, a jego główną funkcją jest „Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Slice

Pobierz pliki rozszerzeń Slice w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Slice Slice
ID ngkboaddmfaodpbcmhnehklfbkpajbdp
Oficjalny URL https://chromewebstore.google.com/detail/slice/ngkboaddmfaodpbcmhnehklfbkpajbdp
Opis Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…
Rozmiar pliku 723 KB
Liczba instalacji 11
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2022-09-30
Data Publikacji 2022-09-22
Deweloper sohan.infograins
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
        "*:\/\/*\/*"
    ]
}