picture-in-picture-tradingview
Can still focus on price changes when switching other windows
picture-in-picture-tradingview là gì?
picture-in-picture-tradingview là một tiện ích mở rộng Chrome được phát triển bởi qinrezero, và tính năng chính của nó là "Can still focus on price changes when switching other windows".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng picture-in-picture-tradingview
Tải xuống các tệp mở rộng picture-in-picture-tradingview 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
All time watching price changes on your pc for Tradingview users. Donate paypal [email protected] 支付宝 [email protected] Telegram group https://t.me/tradingeverything21
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | picture-in-picture-tradingview |
ID | aehhfaajmbfedimmojbbnphhgoojnjei |
URL Chính Thức | https://chromewebstore.google.com/detail/picture-in-picture-tradin/aehhfaajmbfedimmojbbnphhgoojnjei |
Mô tả | Can still focus on price changes when switching other windows |
Kích Thước Tệp | 18.08 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-05-25 |
Ngày Phát Hành | 2021-05-25 |
Nhà Phát Triển | qinrezero |
[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": "picture-in-picture-tradingview", "description": "Can still focus on price changes when switching other windows", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |