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
官方網址 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"
            }
        }
    }
}