app-state-chrome-extension
app state chrome extension
Vad är app-state-chrome-extension?
app-state-chrome-extension är en Chrome-tillägg utvecklad av Solid Interactive, och dess huvudfunktion är "app state chrome extension".
Tilläggsskärmbilder
Ladda ner app-state-chrome-extension-förlängningens CRX-fil
Ladda ner app-state-chrome-extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A chrome devtools extension to help you develop apps with https://www.npmjs.com/package/app-state Grundläggande Information om Tillägg
| Namn | |
| ID | cphepfcpfpfdonjdcommgmbincoadele |
| Officiell webbadress | https://chrome.google.com/webstore/detail/app-state-chrome-extensio/cphepfcpfpfdonjdcommgmbincoadele |
| Beskrivning | app state chrome extension |
| Filstorlek | 712 KB |
| Antal Installationer | 12 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2016-01-06 |
| Publiceringsdatum | 2016-01-06 |
| Utvecklare | Solid Interactive |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |