Student ID Grabber
Student ID Grabber
什么是Student ID Grabber?
Student ID Grabber是由usman.waheed开发的Chrome扩展程序,该扩展的主要功能是“Student ID Grabber”。
扩展截图
下载Student ID Grabber扩展crx文件
下载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" } } |