7 Star 21 Fork 7

Chrome-Plugins/view-password

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
Crazy_Coder 提交于 2017-03-02 00:19 +08:00 . first commit
{
"name": "查看密码",
"version": "1.0",
"manifest_version": 2,
"description": "查看密码",
"browser_action": {
"default_icon": "icons/icon-disabled.png",
"name": "View the password!"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"*://*/*"
],
"icons": {
"128": "icons/icon-enabled.png",
"16": "icons/icon-enabled.png",
"19": "icons/icon-enabled.png",
"32": "icons/icon-enabled.png",
"48": "icons/icon-enabled.png"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chrome-plugins/view-password.git
git@gitee.com:chrome-plugins/view-password.git
chrome-plugins
view-password
view-password
master

搜索帮助