IMEI Generator
It generates IMEI codes with right-click context menu or by clicking on its button.
什么是IMEI Generator?
IMEI Generator是由enrico.schifano1997开发的Chrome扩展程序,该扩展的主要功能是“It generates IMEI codes with right-click context menu or by clicking on its button.”。
扩展截图
下载IMEI Generator扩展crx文件
下载IMEI Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool allows you to easily copy or insert in HTML input fields random generated IMEI codes. 扩展基本信息
| 名称 | |
| ID | fcgobdeeijlkeikedhdpkmjkkmalebdh |
| 官方URL | https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh |
| 简介 | It generates IMEI codes with right-click context menu or by clicking on its button. |
| 文件大小 | 62.85 KB |
| 安装次数 | 92 |
| 当前版本 | 0.0.0.2 |
| 更新时间 | 2020-12-20 |
| 上架时间 | 2020-12-17 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | enrico.schifano1997 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Eraz1997/imei-generator |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "IMEI Generator",
"version": "0.0.0.2",
"description": "It generates IMEI codes with right-click context menu or by clicking on its button.",
"homepage_url": "https:\/\/github.com\/Eraz1997\/imei-generator",
"icons": {
"12": "icons\/icon-12.png",
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png",
"512": "icons\/icon-512.png"
},
"permissions": [
"activeTab",
"contextMenus",
"menus"
],
"browser_action": {
"default_icon": {
"12": "icons\/icon-12.png",
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png",
"512": "icons\/icon-512.png"
},
"default_title": "IMEI Generator",
"default_popup": "popup\/imei-popup.html"
},
"web_accessible_resources": [
"beasts\/frog.jpg",
"beasts\/turtle.jpg",
"beasts\/snake.jpg"
],
"background": {
"scripts": [
".\/scripts\/imeiGenerator.js",
".\/scripts\/background.js"
]
}
} | |