Mobi
A simple tool for testing a web page responsiveness.
What is Mobi?
Mobi is a Chrome extension developed by Akuma Isaac Akuma, and its main feature is "A simple tool for testing a web page responsiveness.".
Extension Screenshots
Download Mobi Extension CRX File
Download Mobi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension is a simple tool for testing a web page responsiveness..
Extension Basic Information
Name | |
ID | kdcpkglpdmobppnakbpbnknlfckohpjh |
Official URL | https://chromewebstore.google.com/detail/mobi/kdcpkglpdmobppnakbpbnknlfckohpjh |
Description | A simple tool for testing a web page responsiveness. |
File Size | 697 KB |
Installation Count | 51 |
Current Version | 6.0 |
Last Updated | 2019-11-07 |
Publish Date | 2019-11-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Akuma Isaac Akuma |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |