Mobi

A simple tool for testing a web page responsiveness.

Cos'è Mobi?

Mobi è un'estensione di Chrome sviluppata da Akuma Isaac Akuma, e la sua funzione principale è "A simple tool for testing a web page responsiveness.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mobi

Scarica i file di estensione Mobi 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

                        This extension is a simple tool for testing a web page responsiveness..                    

Informazioni di Base sull'Estensione

Nome Mobi Mobi
ID kdcpkglpdmobppnakbpbnknlfckohpjh
URL Ufficiale https://chromewebstore.google.com/detail/mobi/kdcpkglpdmobppnakbpbnknlfckohpjh
Descrizione A simple tool for testing a web page responsiveness.
Dimensione del File 697 KB
Conteggio Installazioni 51
Versione Corrente 6.0
Ultimo Aggiornamento 2019-11-07
Data di Pubblicazione 2019-11-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Akuma Isaac Akuma
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mobi",
    "short_name": "Mobi",
    "version": "6.0",
    "description": "A simple tool for testing a web page responsiveness.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Open a mobile view"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}