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.
擴展基本資訊
名稱 | IMEI Generator |
ID | fcgobdeeijlkeikedhdpkmjkkmalebdh |
官方網址 | 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" ] } } |