2 Star 12 Fork 1

杨大虾/phpmyadmin-timestamp-field-format

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨大虾 提交于 2021-02-28 11:45 +08:00 . 修复 phpMyAdmin 5.1.0 时间戳被遮挡的bug
{
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_app_name__",
"version": "1.4.2",
"description": "__MSG_app_description__",
"author": "yangrz",
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"options_ui": {
"page": "options.html"
},
"browser_action": {
"default_popup": "options.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content-script.js"
],
"run_at": "document_start"
}
],
"homepage_url": "https://gitee.com/yangrz/phpmyadmin-timestamp-field-format"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangrz/phpmyadmin-timestamp-field-format.git
git@gitee.com:yangrz/phpmyadmin-timestamp-field-format.git
yangrz
phpmyadmin-timestamp-field-format
phpmyadmin-timestamp-field-format
master

搜索帮助