Viettel Toolbox
This add-on is implemented to capture web-page
Viettel Toolbox là gì?
Viettel Toolbox là một tiện ích mở rộng Chrome được phát triển bởi Viettel Software Center, và tính năng chính của nó là "This add-on is implemented to capture web-page".
Tải xuống tệp CRX của tiện ích mở rộng Viettel Toolbox
Tải xuống các tệp mở rộng Viettel Toolbox 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Viettel Toolbox |
ID | omehhfeofcbjclpaaokhlafmjidkjleo |
URL Chính Thức | https://chromewebstore.google.com/detail/viettel-toolbox/omehhfeofcbjclpaaokhlafmjidkjleo |
Mô tả | This add-on is implemented to capture web-page |
Kích Thước Tệp | 738 KB |
Số Lần Cài Đặt | 97 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2017-06-16 |
Ngày Phát Hành | 2017-06-16 |
Nhà Phát Triển | Viettel Software Center |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viettel Toolbox", "version": "1.0.2", "manifest_version": 2, "description": "This add-on is implemented to capture web-page", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "activeTab", "tabCapture", "downloads", " |