Bitcoin Tab

Replace new tab page with a crypto dashboard

ما هو Bitcoin Tab؟

Bitcoin Tab هو إضافة Chrome تم تطويرها بواسطة Bitcoin Tab، والميزة الرئيسية لها هي "Replace new tab page with a crypto dashboard".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bitcoin Tab

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

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

                        ☆ TRACK YOUR CRYPTO PORTFOLIO IN EACH NEW TAB ☆

Bitcoin Tab replaces your New Tab page with crypto market data and a stunning daily background image.

Add your portfolio and even link your Ethereum address to keep an eye on your assets in each new tab. No need to pull out your phone or visit a specific website...

☆ FEATURES ☆

• Portfolio Tracking
• Link your Ethereum Address to Track it Automatically
• Custom watchlist
• Bitcoin Price, Change, Volume, Market Cap
• 24hr Price Chart
• Gas Prices
• Choose your Currency
• Customise your View
• Stunning Images from Around the World
• Powered by CoinGecko

☆ GET IN TOUCH ☆

Hit us up on Twitter @_bitcointab                    

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

الاسم Bitcoin Tab Bitcoin Tab
ID llpbjcejemjfaicajiephoejjnogfbed
عنوان URL الرسمي https://chromewebstore.google.com/detail/bitcoin-tab/llpbjcejemjfaicajiephoejjnogfbed
الوصف Replace new tab page with a crypto dashboard
حجم الملف 1.23 MB
عدد التثبيتات 42
النسخة الحالية 1.1.6
آخر تحديث 2020-11-29
تاريخ النشر 2020-07-05
تقييم 5.00/5 مجموع تقييمات 1
المطور Bitcoin Tab
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Tab",
    "author": "Bitcoin Tab",
    "version": "1.1.6",
    "description": "Replace new tab page with a crypto dashboard",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}