Student ID Grabber
Student ID Grabber
Что такое Student ID Grabber?
Student ID Grabber - это расширение Chrome, разработанное usman.waheed, и его основная функция - "Student ID Grabber".
Снимки экрана расширения
Скачать файл CRX расширения Student ID Grabber
Скачайте файлы расширений Student ID Grabber в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Grab any student ID with this extension, By default a student id should be 11 characters long, and first 2 characters should be non number, and rest should be numbers. But you can modify the options to provide your own length and regular expression.
Основная информация о расширении
Название | |
ID | napeonanbbpfpmgcbcfeadlmpeonbhdf |
Официальный URL | https://chromewebstore.google.com/detail/student-id-grabber/napeonanbbpfpmgcbcfeadlmpeonbhdf |
Описание | Student ID Grabber |
Размер файла | 12.48 KB |
Количество установок | 30 |
Текущая Версия | 1.0.4 |
Последнее Обновление | 2020-09-26 |
Дата публикации | 2019-12-10 |
Разработчик | usman.waheed |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Student ID Grabber", "description": "Student ID Grabber", "version": "1.0.4", "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |