Plug

Your plug into the Internet Computer

ما هو Plug؟

Plug هو إضافة Chrome تم تطويرها بواسطة Funded Labs، والميزة الرئيسية لها هي "Your plug into the Internet Computer".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Plug

قم بتنزيل ملفات الامتداد Plug بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Meet the V0.6.7.9 release of Plug 🔌 the Internet Computer (IC) crypto wallet browser extension and identity provider.

An easy-to use browser extension that allows you to hold, send, and manage ICP, Cycles, custom tokens (EXT, DIP20, ICRC1 standard), and NFTs with just one Principal ID 🔥 use them in any app that integrates Plug to trigger transactions (which you accept/deny from the extension), and surface your balances! You can also use Plug to log into integrated IC apps, using your main Principal ID as your identity across all apps.

Now supporting holding, viewing, and sending IC NFTs, including ICPunks, ICNS names, EXT NFTs, Departure Labs, DIP721 standard and more thanks to an integration to DAB's NFT List (HTML, Video, or Image NFTs, interactive inside of Plug!). As well as IC tokens with the DIP20 and EXT token standard (including WICP), using DAB's Token list.

One main wallet (your Principal ID) to manage all your assets (Cycles/ICP/tokens, NFT’s, etc.) and to log into any IC app. You can even have multiple accounts! No need to worry about having separate wallets for different apps, or having multiple identities per device/app (like you would when using Internet Identity) 🤯 Plug also resolves ICNS' .icp names, providing a human-readable and friendlier alternative to using long wallet addresses when making transactions.

Developer on the Internet Computer? You can use the IC Provider API to interact with the extension of your visitors/users browser and integrate Plug as an authentication option/provider, using the PlugAgent to proxy-sign canister request with the user's identity! 

By integrating Plug into your app, you can enable ICP transactions, and authenticate users using their Plug Principal ID, or sign any custom canister requests!

📚 Check out Plug on our website: https://plugwallet.ooo/

🗞️Read our blog to learn what it is all about: https://medium.com/plugwallet/

🧰Visit our documentations to integrate Plug into your app: https://docs.plugwallet.ooo/                    

معلومات أساسية عن التمديد

الاسم Plug Plug
ID cfbfdhimifdmdehjmkdobpcjfefblkjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/plug/cfbfdhimifdmdehjmkdobpcjfefblkjm
الوصف Your plug into the Internet Computer
حجم الملف 13.37 MB
عدد التثبيتات 141,523
النسخة الحالية 0.6.7.9
آخر تحديث 2024-02-08
تاريخ النشر 2021-08-09
تقييم 4.27/5 مجموع تقييمات 41
المطور Funded Labs
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://plugwallet.ooo/
عنوان صفحة المساعدة https://twitter.com/plug_wallet
عنوان صفحة سياسة الخصوصية https://docs.plugwallet.ooo/resources/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plug",
    "version": "0.6.7.9",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmlBGJ4YWJI2F8OQapeRUv9yOnPUbBehNY\/VJ5DcVcr5yY0Sk1FX\/ZCPwvBkYo4jhfP6xidPLw7wQ7wUH16YSnJLbXap3gjSqtlfEpoC6HRALu168E8MFJN1Ev9uj9tUwcx2xAOhDeBXlPo7OV+0QrFWq+7FULz9fCJvaRIU40\/iUK8rMeDOHlNZCd59o9TlEH\/40t9jtFRBW75XDocyoEFgP9guzud63pO4GTZ2cD4j2GwEJh6Ny5OT9YI98pfwHGpnh0DSI1hfiSeg27ESH5FecdGYYVw7rS96GoqYHgbwYEcP+\/OjpiNvnkAfL4h5D8uNk2i9Ww4W9bJ9S3I+6uQIDAQAB",
    "description": "Your plug into the Internet Computer",
    "homepage_url": "https:\/\/github.com\/psychedelic\/plug",
    "short_name": "Plug",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "https:\/\/kyasshu.plugwallet.ooo\/*",
        "https:\/\/www.timeapi.io\/api\/Time\/current\/zone?timeZone=Etc\/UTC",
        "https:\/\/mainnet.plugwallet.ooo\/*",
        "https:\/\/mainnet.dfinity.network\/*",
        "https:\/\/ic0.app\/*",
        "https:\/\/icp0.io"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "author": "FleekHQ",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Plug",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/inpage.bundle.js"
    ]
}