全部应用

SAML Message Decoder
4.3
-----------------------
收集并显示SAML消息 此工具可帮助您调试基于SAML的SSO/SLO实现。它在后台运行,在浏览器发送和接收SAML消息时收集这些消息。当某些事情没有按预期工作时,只需弹出扩展以明文(易于阅读的XML)形式查看最新的SAML消息。这可以让您看到发生了什么,并了解如何解决这些奇怪的授权问题。 ===2017年11月28日更新=== -添加对EidSignRequest和EidSignResponse消息的支持。 ===2017年11月26日更新=== -删除fullpage.js的使用,因为它似乎从未理解Firefox弹出窗口的尺寸,并在大多数时候将窗口高度设置为零。 -弹出窗口现在应该加载得更快。 -调整以使扩展在Firefox弹出窗口中看起来不错。 ===2017年11月8日更新=== -修复解析包含附加参数的POST参数时的问题。 ===2017年11月7日更新=== -修复未记录大型SAML消息(即带有断言的响应)的问题。这是由最近的Chrome更新引起的,其中POST:ed消息最终出现在原始ArrayBuffer中,而不是通常的FormData对象中。 ===2017年8月14日更新=== -修复了导致“复制消息”工具栏不显示的错误 ===2017年8月10日更新=== -添加将一条或多条SAML消息复制到剪贴板的功能。 ===2017年8月7日更新=== -从头开始重写 -带有几个选项的右键单击菜单 -现在支持将消息导出到.json文件。当你无法访问客户端的计算机时,很高兴拥有它。他们现在可以安装这个扩展,并通过邮件发送导出进行分析。 -刷新的GUI,可选择垂直或水平滚动(使用箭头键)。"
Debug CSS
4.8
-----------------------
Adds outline to all elements on the page to show the culprit element which is changing desired layout # Debug CSS A lightweight extension for Google chrome to show outline of all the element exist on page. while working on web page development the one of the difficult part is to position the element as required and check which element affecting the other one. This chrome extension allows user to see outline on every element of the page. Hold the keyboard Ctrl button and hover element it will show the element details along with the value. ---------- # Usage Post installation simply click on the extension icon to turn it On or Off. If you are a keyboard shortcut lover like me simply hit `Alt+Shift+C ` key to toggle the extension. ---------- # How it works? This extension works on CSS outline attribute: add the below code snippet in any CSS of a web page ` * { outline: 1px solid red; }` The extension does the same the only thing is; it gives different color to different element(s) while the code snippet adds red outline to every element. ---------- # Other work and repository [A lightweight customizable plugin for jQuery to show horizontal length in form of vertical progress bar.](https://github.com/pranayjoshicse/VerLim.js) [listed on jqueryscript.net](https://www.jqueryscript.net/other/Simple-Custom-Reading-Indicator-with-jQuery-VerLim-js.html) [Demo](https://www.jqueryscript.net/demo/Simple-Custom-Reading-Indicator-with-jQuery-VerLim-js/) ---------- # More about me [twitter.](https://twitter.com/pranayjoshicse) [about me.](https://about.me/pranayjoshi)"