Student ID Grabber

Student ID Grabber

Student ID Grabber là gì?

Student ID Grabber là một tiện ích mở rộng Chrome được phát triển bởi usman.waheed, và tính năng chính của nó là "Student ID Grabber".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Student ID Grabber

Tải xuống các tệp mở rộng Student ID Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Student ID Grabber Student ID Grabber
ID napeonanbbpfpmgcbcfeadlmpeonbhdf
URL Chính Thức https://chromewebstore.google.com/detail/student-id-grabber/napeonanbbpfpmgcbcfeadlmpeonbhdf
Mô tả Student ID Grabber
Kích Thước Tệp 12.48 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2020-09-26
Ngày Phát Hành 2019-12-10
Nhà Phát Triển usman.waheed
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}