TurtleShell

Manage your private keys securely

TurtleShell là gì?

TurtleShell là một tiện ích mở rộng Chrome được phát triển bởi https://turtlenetwork.eu, và tính năng chính của nó là "Manage your private keys securely".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TurtleShell

Tải xuống các tệp mở rộng TurtleShell dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Turtle Network: An Open, Trusted, Secure, Distributed Blockchain Network for Everyone.
TurtleShell is a web extension used to interact with the Turtle Network blockchain.
TurtleShell can be used to interact, in a safe way, in your browser to the Turtle Network with no compromise in security.
Note: Make sure to backup your SEED / private keys securely.

User may never use this product if his activity related to:

- Drugs, and tools specifically intended for the production of drugs, Drug paraphernalia Illegal Drugs, substances designed to mimic illegal drugs, and/or other psycho active products (e.g.,K2, salvia divinorum, nitrate inhalers, bath salts, synthetic cannabis, herbal smoking blends, herbal incense, and HCG/HGH-like substances)
- Pyramid selling.
- Money laundering.
- Counterfeit goods/replicas or those infringing on intellectual property rights, including those designed to infringe on such intellectual property (i.e., knock-offs, imitations, bootlegs)
- Products/services that promote hate, violence, discrimination, terrorism, harassment or abuse
- Providing gambling services in jurisdictions where this is illegal or (where applicable) offering gambling services without a valid license to the relevant jurisdiction.
- Illegal products/services or any service providing peripheral support of illegal activities. Fake references and other services/products that foster deception (including fake IDs and government documents)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TurtleShell TurtleShell
ID billhkeiifjfbbkmmfpcpchikbajnfje
URL Chính Thức https://chromewebstore.google.com/detail/turtleshell/billhkeiifjfbbkmmfpcpchikbajnfje
Mô tả Manage your private keys securely
Kích Thước Tệp 2.53 MB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2023-05-05
Ngày Phát Hành 2019-06-11
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://turtlenetwork.eu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.2.4",
    "manifest_version": 2,
    "author": "[email protected]",
    "description": "__MSG_appDescription__",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+K",
                "mac": "Alt+Shift+K",
                "chromeos": "Alt+Shift+K",
                "linux": "Alt+Shift+K"
            }
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "20": "images\/icon_20.png",
        "24": "images\/icon_24.png",
        "30": "images\/icon_30.png",
        "42": "images\/icon_42.png",
        "44": "images\/icon_44.png",
        "50": "images\/icon_50.png",
        "54": "images\/icon_54.png",
        "70": "images\/icon_70.png",
        "90": "images\/icon_90.png",
        "120": "images\/icon_120.png",
        "128": "images\/icon_128.png",
        "150": "images\/icon_150.png",
        "210": "images\/icon_210.png",
        "270": "images\/icon_270.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "20": "images\/icon_20.png",
            "24": "images\/icon_24.png",
            "30": "images\/icon_30.png",
            "42": "images\/icon_42.png",
            "44": "images\/icon_44.png",
            "50": "images\/icon_50.png",
            "54": "images\/icon_54.png",
            "70": "images\/icon_70.png",
            "90": "images\/icon_90.png",
            "120": "images\/icon_120.png",
            "128": "images\/icon_128.png",
            "150": "images\/icon_150.png",
            "210": "images\/icon_210.png",
            "270": "images\/icon_270.png"
        },
        "default_title": "TurtleShell",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "idle",
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "inpage.js"
    ]
}