3GPP Sidekick
Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.
3GPP Sidekick là gì?
3GPP Sidekick là một tiện ích mở rộng Chrome được phát triển bởi Nishant Gupta, và tính năng chính của nó là "Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.".
Ả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 3GPP Sidekick
Tải xuống các tệp mở rộng 3GPP Sidekick 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
For all 3GPP standards enthusiasts, an extension that helps you find and download standard specifications, TDocs and meeting contribution templates with minimum efforts. Just put in the specifications number or TDoc number & it will fetch it for you. For meeting contribution templates, simply select the group and the meeting, and it will open the FTP folder with the templates.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 3GPP Sidekick |
ID | dolojipcdglfnaoooegbhajlemldjbhe |
URL Chính Thức | https://chromewebstore.google.com/detail/3gpp-sidekick/dolojipcdglfnaoooegbhajlemldjbhe |
Mô tả | Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it. |
Kích Thước Tệp | 39.82 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-07-20 |
Ngày Phát Hành | 2020-07-06 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Nishant Gupta |
[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", "manifest_version": 2, "name": "3GPP Sidekick", "description": "Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.", "version": "1.0.1", "author": "Nishant Gupta", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "permissions": [ "downloads", "https:\/\/*.3gpp.org\/", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+3" } } } } |