Live Cryptocurrency Toolbar
Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
ما هو Live Cryptocurrency Toolbar؟
Live Cryptocurrency Toolbar هو إضافة Chrome تم تطويرها بواسطة Katyi Gergo، والميزة الرئيسية لها هي "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Live Cryptocurrency Toolbar
قم بتنزيل ملفات الامتداد Live Cryptocurrency Toolbar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select multiple cryptocurrencies. Prices are updated every 5 minutes.
معلومات أساسية عن التمديد
الاسم | Live Cryptocurrency Toolbar |
ID | komfbgcghgejfibmikljflimdjkgmalk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk |
الوصف | Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar. |
حجم الملف | 47.37 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-08-05 |
تاريخ النشر | 2018-08-05 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Katyi Gergo |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live Cryptocurrency Toolbar", "version": "1.0", "description": "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.", "permissions": [ "storage" ], "background": { "persistent": false, "scripts": [ "loader.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "cryptoToolbar.js" ] } ], "options_page": "options.html", "manifest_version": 2 } |