api-mom

api-mom.com chrome extension

Cos'è api-mom?

api-mom è un'estensione di Chrome sviluppata da https://www.acorn.center, e la sua funzione principale è "api-mom.com chrome extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione api-mom

Scarica i file di estensione api-mom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        api-mom.com 是一个API接口在线管理工具,此扩展程序是其附属扩展,用于同时支持内外网的API接口测试。

api-mom.com is an API online management tool. This extension program is its subsidiary extension, which is used to support API testing of both internal and external networks.                    

Informazioni di Base sull'Estensione

Nome api-mom api-mom
ID keoikedndlolhbleidfdnefidaklebnc
URL Ufficiale https://chromewebstore.google.com/detail/api-mom/keoikedndlolhbleidfdnefidaklebnc
Descrizione api-mom.com chrome extension
Dimensione del File 48.01 KB
Conteggio Installazioni 83
Versione Corrente 1.2
Ultimo Aggiornamento 2020-10-29
Data di Pubblicazione 2020-05-01
Sviluppatore https://www.acorn.center
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.api-mom.com/
URL della Pagina di Aiuto https://www.api-mom.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "api-mom",
    "description": "api-mom.com chrome extension",
    "version": "1.2",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.api-mom.com\/i\/*",
                "https:\/\/www.api-mom.com\/i\/*"
            ],
            "js": [
                "frontend-parent.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.api-mom.com\/api\/*",
                "https:\/\/www.api-mom.com\/api\/*"
            ],
            "js": [
                "frontend-first.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.api-mom.com\/api\/*",
                "https:\/\/www.api-mom.com\/api\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/common.js",
                "js\/data.js",
                "frontend-frame.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "image\/24x24.png",
        "48": "image\/72x72.png",
        "128": "image\/128x128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/common.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "api-mom",
        "default_icon": {
            "19": "image\/24x24.png",
            "38": "image\/72x72.png"
        }
    },
    "manifest_version": 2
}