WP Admin Extension
redirect to site's wordpress admin page
什么是WP Admin Extension?
WP Admin Extension是由peterjohnhunt开发的Chrome扩展程序,该扩展的主要功能是“redirect to site's wordpress admin page”。
下载WP Admin Extension扩展crx文件
下载WP Admin Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | fbpmaipkfaajbcecmppphliokehlngjh |
官方URL | https://chrome.google.com/webstore/detail/wp-admin-extension/fbpmaipkfaajbcecmppphliokehlngjh |
简介 | redirect to site's wordpress admin page |
文件大小 | 6.38 KB |
安装次数 | 16 |
当前版本 | 0.0.0.1 |
更新时间 | 2015-07-22 |
上架时间 | 2015-07-22 |
评分 | 5.00/5 共1次评分 |
开发者 | peterjohnhunt |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WP Admin Extension", "description": "redirect to site's wordpress admin page", "version": "0.0.0.1", "options_page": "options.html", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "core.js" ] } } |