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