WP Admin Extension
redirect to site's wordpress admin page
What is WP Admin Extension?
WP Admin Extension is a Chrome extension developed by peterjohnhunt, and its main feature is "redirect to site's wordpress admin page".
Download WP Admin Extension Extension CRX File
Download WP Admin Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | fbpmaipkfaajbcecmppphliokehlngjh |
Official URL | https://chrome.google.com/webstore/detail/wp-admin-extension/fbpmaipkfaajbcecmppphliokehlngjh |
Description | redirect to site's wordpress admin page |
File Size | 6.38 KB |
Installation Count | 16 |
Current Version | 0.0.0.1 |
Last Updated | 2015-07-22 |
Publish Date | 2015-07-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | peterjohnhunt |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |