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"
}
} | |