3GPP Sidekick

Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.

什么是3GPP Sidekick?

3GPP Sidekick是由Nishant Gupta开发的Chrome扩展程序,该扩展的主要功能是“Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载3GPP Sidekick扩展crx文件

下载3GPP Sidekick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 3GPP Sidekick 3GPP Sidekick
ID dolojipcdglfnaoooegbhajlemldjbhe
官方URL https://chromewebstore.google.com/detail/3gpp-sidekick/dolojipcdglfnaoooegbhajlemldjbhe
简介 Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.
文件大小 39.82 KB
安装次数 68
当前版本 1.0.1
更新时间 2020-07-20
上架时间 2020-07-06
评分 5.00/5 共4次评分
开发者 Nishant Gupta
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            }
        }
    }
}