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" } } |