Tab2QR
A minimalist browser extesion to send the page you are currently viewing to your mobile device.
Tab2QR là gì?
Tab2QR là một tiện ích mở rộng Chrome được phát triển bởi James Shih, và tính năng chính của nó là "A minimalist browser extesion to send the page you are currently viewing to your mobile device.".
Ả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 Tab2QR
Tải xuống các tệp mở rộng Tab2QR 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
Viewing a nice page and want to continue on your mobile device? Tired of typing URLs on your phone? Tab2QR at your service. Just click and scan the QR code with your phone or tablet. Way faster huh? Privacy: Tab2QR converts the URL to QR code locally and does not save or collect your browsing history or personal information. ©MMXV-MMXXIII James Shih
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mkfcgekjddmlceifimndhbliepfgnogo |
URL Chính Thức | https://chromewebstore.google.com/detail/tab2qr/mkfcgekjddmlceifimndhbliepfgnogo |
Mô tả | A minimalist browser extesion to send the page you are currently viewing to your mobile device. |
Kích Thước Tệp | 20.13 KB |
Số Lần Cài Đặt | 601 |
Phiên Bản Hiện Tại | 4.0.0 |
Cập Nhật Lần Cuối | 2023-02-07 |
Ngày Phát Hành | 2019-05-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | James Shih |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/IFS49F/Tab2QR |
URL Trang Trợ Giúp | https://github.com/IFS49F/Tab2QR/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "James Shih", "description": "A minimalist browser extesion to send the page you are currently viewing to your mobile device.", "name": "Tab2QR", "version": "4.0.0", "icons": { "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "optional_permissions": [ "downloads" ], "action": { "default_title": "Tab2QR", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "manifest_version": 3 } |