3GPP Sidekick
Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.
Vad är 3GPP Sidekick?
3GPP Sidekick är en Chrome-tillägg utvecklad av Nishant Gupta, och dess huvudfunktion är "Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.".
Tilläggsskärmbilder
Ladda ner 3GPP Sidekick-förlängningens CRX-fil
Ladda ner 3GPP Sidekick-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | 3GPP Sidekick |
ID | dolojipcdglfnaoooegbhajlemldjbhe |
Officiell webbadress | https://chromewebstore.google.com/detail/3gpp-sidekick/dolojipcdglfnaoooegbhajlemldjbhe |
Beskrivning | Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it. |
Filstorlek | 39.82 KB |
Antal Installationer | 68 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-07-20 |
Publiceringsdatum | 2020-07-06 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Nishant Gupta |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } } } |