app-state-chrome-extension
app state chrome extension
What is app-state-chrome-extension?
app-state-chrome-extension is a Chrome extension developed by Solid Interactive, and its main feature is "app state chrome extension".
Extension Screenshots
Download app-state-chrome-extension Extension CRX File
Download app-state-chrome-extension 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
A chrome devtools extension to help you develop apps with https://www.npmjs.com/package/app-state
Extension Basic Information
Name | |
ID | cphepfcpfpfdonjdcommgmbincoadele |
Official URL | https://chrome.google.com/webstore/detail/app-state-chrome-extensio/cphepfcpfpfdonjdcommgmbincoadele |
Description | app state chrome extension |
File Size | 712 KB |
Installation Count | 12 |
Current Version | 1.2 |
Last Updated | 2016-01-06 |
Publish Date | 2016-01-06 |
Developer | Solid Interactive |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "app-state-chrome-extension", "short_name": "App-State", "description": "app state chrome extension", "version": "1.2", "devtools_page": "devtools.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icon128.png" } } |