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
Eメール [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"
            }
        }
    }
}