Student ID Grabber
Student ID Grabber
What is Student ID Grabber?
Student ID Grabber is a Chrome extension developed by usman.waheed, and its main feature is "Student ID Grabber".
Extension Screenshots
Download Student ID Grabber Extension CRX File
Download Student ID Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | napeonanbbpfpmgcbcfeadlmpeonbhdf |
Official URL | https://chromewebstore.google.com/detail/student-id-grabber/napeonanbbpfpmgcbcfeadlmpeonbhdf |
Description | Student ID Grabber |
File Size | 12.48 KB |
Installation Count | 30 |
Current Version | 1.0.4 |
Last Updated | 2020-09-26 |
Publish Date | 2019-12-10 |
Developer | usman.waheed |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |