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.」です。

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

screenshot

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 IMEI Generator
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
Eメール [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"
        ]
    }
}