app-state-chrome-extension

app state chrome extension

什麼是app-state-chrome-extension?

app-state-chrome-extension是由Solid Interactive開發的Chrome擴展程式,該擴展的主要功能是“app state chrome extension”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 app-state-chrome-extension app-state-chrome-extension
ID cphepfcpfpfdonjdcommgmbincoadele
官方網址 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"
    }
}