Cryptex

A minimal cryptocurrency monitor.

ما هو Cryptex؟

Cryptex هو إضافة Chrome تم تطويرها بواسطة Cole Alan Roberts، والميزة الرئيسية لها هي "A minimal cryptocurrency monitor.".

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

screenshot
screenshot

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

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

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

                        Cryptex allows you to easily track the Bitcoin, Ethereum, and Litecoin markets whenever you open a new tab. All data is provided using the official Coinbase API and is updated every minute.                    

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

الاسم Cryptex Cryptex
ID lbodnjpkafdghcdghhcdmndmpcfambne
عنوان URL الرسمي https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne
الوصف A minimal cryptocurrency monitor.
حجم الملف 166 KB
عدد التثبيتات 73
النسخة الحالية 0.0.7
آخر تحديث 2017-07-28
تاريخ النشر 2017-07-28
تقييم 5.00/5 مجموع تقييمات 3
المطور Cole Alan Roberts
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cryptex",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "A minimal cryptocurrency monitor.",
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "page": "cryptex.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "cryptex.js"
    ],
    "chrome_url_overrides": {
        "newtab": "cryptex.html"
    }
}