IMEI Generator
Generate IMEI (3 types) and write to current active field
IMEI Generatorとは何ですか?
IMEI GeneratorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Generate IMEI (3 types) and write to current active field」です。
拡張機能のスクリーンショット
IMEI Generator拡張機能のCRXファイルをダウンロード
IMEI Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Rather than typing in an IMEI number this extension allows you to right-click and select either 000000000000000, 123456789123789 or generates a random IMEI that conforms to the luhn algorithm. Options allow you to decide whether you want all options showing or not. If you only select one option, only this option will show as the main link when you right-click. Very useful when testing, testing, testing. v2 - now works with iframes v3 - cosmetic change
拡張機能の基本情報
名前 | IMEI Generator |
ID | bdpdidelhbdjmlfekhpamddfpbgjjpjj |
公式URL | https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj |
説明 | Generate IMEI (3 types) and write to current active field |
ファイルサイズ | 9.64 KB |
インストール数 | 209 |
現在のバージョン | 0.3 |
最終更新日 | 2019-12-02 |
公開日 | 2019-12-02 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMEI Generator", "description": "Generate IMEI (3 types) and write to current active field", "version": "0.3", "manifest_version": 2, "permissions": [ "contextMenus", "activeTab", "storage" ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "128": "images\/icon.png" } } |