Student ID Grabber

Student ID Grabber

Student ID Grabberとは何ですか?

Student ID Grabberはusman.waheedによって開発されたChromeの拡張機能で、その主な機能は「Student ID Grabber」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Student ID Grabber Student ID Grabber
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
Eメール [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"
    }
}