Show Me The DATA

快速获取模版变量

Wat is Show Me The DATA?

Show Me The DATA is een Chrome-extensie ontwikkeld door tbfe, en de belangrijkste functie is "快速获取模版变量".

Download het CRX-bestand van de extensie Show Me The DATA

Download Show Me The DATA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        访问合适的网址时,地址栏右侧会出现按钮,点击即可快速查看/编辑模版变量。

issues:https://github.com/tbfe/show-me-the-data

最近更新
---
17/11/9
-更换获取key的链接
---
17/11/1
-增加https协议网站权限
---
14/8/4
·修复了一个错误的报错
·新icon~

14/1/8
·json模式支持修改模版变量预览模版的渲染结果
·修复了json模式搜索结果无法定位的bug
·修复了按esc容易误关闭的bug

13/11/5
·优化了php代码渲染性能,修复了重复渲染的bug

13/11/1
·默认在当前页面显示代码(为了方便无线的同学,如果你喜欢原来的方式,双击大括号即可在新tab中查看)
·增加代码高亮
·增加json格式

---
TBFE 荣誉出品                    

Basisinformatie over de Extensie

Naam Show Me The DATA Show Me The DATA
ID iiepgcgllekilanmlcclgkbfcoodfomn
Officiële URL https://chrome.google.com/webstore/detail/show-me-the-data/iiepgcgllekilanmlcclgkbfcoodfomn
Beschrijving 快速获取模版变量
Bestandsgrootte 226 KB
Aantal Installaties 172
Huidige Versie 17.11.9
Laatst Bijgewerkt 2017-11-08
Publicatiedatum 2017-11-08
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar tbfe
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Me The DATA",
    "version": "17.11.9",
    "description": "\u5feb\u901f\u83b7\u53d6\u6a21\u7248\u53d8\u91cf",
    "permissions": [
        "http:\/\/*.baidu.com\/",
        "tabs",
        "https:\/\/*.baidu.com\/",
        "http:\/\/cp01-tieba-ftp00.cp01.baidu.com:8080\/"
    ],
    "page_action": {
        "default_icon": "image\/icon.png",
        "default_title": "\u70b9\u51fb\u663e\u793a\u6a21\u7248\u53d8\u91cf\uff08\u53cc\u51fb\u65b0\u7a97\u53e3\u6253\u5f00\uff09"
    },
    "background": {
        "scripts": [
            "lib\/uri.js",
            "js\/cache.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "image\/icon_128.png",
        "48": "image\/icon_48.png"
    },
    "web_accessible_resources": [
        "page\/view.html"
    ],
    "manifest_version": 2
}