iSmartFrame Debug Tool

Debug Tool for iSmartFrame Platform

什么是iSmartFrame Debug Tool?

iSmartFrame Debug Tool是由Akatop Srl开发的Chrome扩展程序,该扩展的主要功能是“Debug Tool for iSmartFrame Platform”。

扩展截图

screenshot
screenshot

下载iSmartFrame Debug Tool扩展crx文件

下载iSmartFrame Debug Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension takes care of providing the right support to those who work on the iSF platform.

UPDATE: 

v3.0.6
Bug fixes

v3.0.5
Bug fixes

v3.0.4
Permission update

v3.0.3
Minor UI update
Minor bug fixes

v3.0.2
minor UI update

v3.0.1
Minor bug fixes

v3.0.0
New UI/UX

v2.0.3 BugFix
Changed other checks about request headers to compare them in in lower case.

v2.0.2 BugFix
Changed the check of isf Request Header.                    

扩展基本信息

名称 iSmartFrame Debug Tool iSmartFrame Debug Tool
ID opmmhkdkikldocbchiiiklnbmgmakjoh
官方URL https://chromewebstore.google.com/detail/ismartframe-debug-tool/opmmhkdkikldocbchiiiklnbmgmakjoh
简介 Debug Tool for iSmartFrame Platform
文件大小 551 KB
安装次数 212
当前版本 3.0.6
更新时间 2023-05-23
上架时间 2020-06-28
评分 5.00/5 共3次评分
开发者 Akatop Srl
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://akatop.io/informativa-privacy
支持的语言 it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iSmartFrame Debug Tool",
    "description": "Debug Tool for iSmartFrame Platform",
    "version": "3.0.6",
    "author": "Akatop",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "iSmartFrame Debug Tool",
        "default_icon": {
            "128": "images\/default.png"
        }
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-3.3.1.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "96": "images\/icon-96x96.png",
        "128": "images\/icon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}