app-state-chrome-extension
app state chrome extension
什么是app-state-chrome-extension?
app-state-chrome-extension是由Solid Interactive开发的Chrome扩展程序,该扩展的主要功能是“app state chrome extension”。
扩展截图
下载app-state-chrome-extension扩展crx文件
下载app-state-chrome-extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome devtools extension to help you develop apps with https://www.npmjs.com/package/app-state
扩展基本信息
名称 | |
ID | cphepfcpfpfdonjdcommgmbincoadele |
官方URL | https://chrome.google.com/webstore/detail/app-state-chrome-extensio/cphepfcpfpfdonjdcommgmbincoadele |
简介 | app state chrome extension |
文件大小 | 712 KB |
安装次数 | 12 |
当前版本 | 1.2 |
更新时间 | 2016-01-06 |
上架时间 | 2016-01-06 |
开发者 | Solid Interactive |
付费类型 | free |
支持的语言 | 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" } } |