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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 3GPP Sidekick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } } } |