The Crypto Lab

This extension was created to facilitate the purchase and resale of cryptocurrencies, on some of the best known platforms.

The Crypto Labคืออะไร?

The Crypto Lab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Louis Mzk และคุณลักษณะหลักของมันคือ "This extension was created to facilitate the purchase and resale of cryptocurrencies, on some of the best known platforms."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Crypto Lab

ดาวน์โหลดไฟล์ส่วนขยาย The Crypto Lab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is usefull for both experienced traders and users curious to discover the world of cryptocurrency. It is very easy to use for these two categories of people.

Here is the list of platforms supported by this first version of The Crypto Lab:

- Coinbase
- Gdax
- Kraken
- Bitstamp
- Bitfinex
- Binance
- Coinhouse
- eToro

Only 4 cryptocurrencies are supported by this first version of The Crypto Lab:

- Bitcoin
- Bitcoin Cash
- Ethereum
- Litecoin

but many more cryptocurrencies will be supported in future releases

Thanks to a simple, light and intuitive interface, you will be able to simplify your purchases and sales of cryptocurrencies, via several of the main exchange platforms, in just a few clicks. You will also be able to check the price of your favorite cryptocurrencies, on the small badge of the extension at the top of the browser, in real time.

This is only a first trial version. Many other features are under development. For example, in future versions, you will be able to make your transactions in a secure way, directly from The Crypto Lab, using APIs of these different platforms, in a few clicks. But we need your support to make them work, so give a star to the github project if you support us!

If you have bugs to report, suggestions for improvements, or any ideas for new features, please contact us:
Discord: https://discord.gg/ZTCKWrh                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Crypto Lab The Crypto Lab
ID gkpgfnkkpnffhdidnjnainjfbfhoipbb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-crypto-lab/gkpgfnkkpnffhdidnjnainjfbfhoipbb
คำอธิบาย This extension was created to facilitate the purchase and resale of cryptocurrencies, on some of the best known platforms.
ขนาดไฟล์ 66.9 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2020-03-20
วันที่เผยแพร่ 2020-03-20
ผู้พัฒนา Louis Mzk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/LouisMzk/The-Crypto-Lab
URL หน้าช่วยเหลือ https://github.com/LouisMzk/The-Crypto-Lab
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Crypto Lab",
    "description": "This extension was created to facilitate the purchase and resale of cryptocurrencies, on some of the best known platforms.",
    "version": "1.4",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "nativeMessaging",
        "storage"
    ],
    "background": {
        "persistent": true,
        "page": "back\/background.html"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    }
}