Mobi
A simple tool for testing a web page responsiveness.
Qu'est-ce que Mobi ?
Mobi est une extension Chrome développée par Akuma Isaac Akuma, et sa fonction principale est "A simple tool for testing a web page responsiveness.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mobi
Téléchargez les fichiers d'extension Mobi au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is a simple tool for testing a web page responsiveness..
Informations de Base sur l'Extension
Nom | |
ID | kdcpkglpdmobppnakbpbnknlfckohpjh |
URL Officiel | https://chromewebstore.google.com/detail/mobi/kdcpkglpdmobppnakbpbnknlfckohpjh |
Description | A simple tool for testing a web page responsiveness. |
Taille du Fichier | 697 KB |
Nombre d'Installations | 51 |
Version Actuelle | 6.0 |
Dernière Mise à Jour | 2019-11-07 |
Date de Publication | 2019-11-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Akuma Isaac Akuma |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |