WebAdmin
This extension checks if site supports WebAdmin Editor
什么是WebAdmin?
WebAdmin是由metabake1开发的Chrome扩展程序,该扩展的主要功能是“This extension checks if site supports WebAdmin Editor”。
扩展截图
下载WebAdmin扩展crx文件
下载WebAdmin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension checks if site supports WebAdmin Editor.
In case site is support WebAdmin editor, on button click you'll be redirected to WebAdmin editor to edit site content. 扩展基本信息
| 名称 | |
| ID | oaecohdoihcbaogfkhlfkcdbggnmmbek |
| 官方URL | https://chromewebstore.google.com/detail/webadmin/oaecohdoihcbaogfkhlfkcdbggnmmbek |
| 简介 | This extension checks if site supports WebAdmin Editor |
| 文件大小 | 54.41 KB |
| 安装次数 | 36 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2019-05-12 |
| 上架时间 | 2019-05-08 |
| 开发者 | metabake1 |
| 付费类型 | free |
| 扩展官网 | https://blog.metabake.org |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WebAdmin",
"description": "This extension checks if site supports WebAdmin Editor",
"version": "0.1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens index.html"
}
},
"background": {
"scripts": [
"lib\/jquery\/jquery.min.js",
"lib\/js-yaml\/js-yaml.min.js",
"background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"permissions": [
"activeTab",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |