Open Admin Tab
Open CMS/Admin location for the currently loaded site.
What is Open Admin Tab?
Open Admin Tab is a Chrome extension developed by artbek, and its main feature is "Open CMS/Admin location for the currently loaded site.".
Download Open Admin Tab Extension CRX File
Download Open Admin Tab 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
Right-click on a page and select 'Open ADMIN Tab' from the context menu. It will duplicate current tab and load [duplicated_host]/[admin_page_uri] e.g. executing on: http://example/one?w=3 will load: http://example/admin Options: - admin page uri (default: admin) - context menu title (default: Open ADMIN Tab) --- Icons: https://www.iconfinder.com/icons/103858/hammer_tool_icon Git: https://github.com/artbek/open-admin-tab
Extension Basic Information
Name | |
ID | afmmbmclpejmbnbchljpmefcoifopcfn |
Official URL | https://chrome.google.com/webstore/detail/open-admin-tab/afmmbmclpejmbnbchljpmefcoifopcfn |
Description | Open CMS/Admin location for the currently loaded site. |
File Size | 19.77 KB |
Installation Count | 66 |
Current Version | 0.2 |
Last Updated | 2013-12-10 |
Publish Date | 2013-12-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | artbek |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Admin Tab", "version": "0.2", "description": "Open CMS\/Admin location for the currently loaded site.", "icons": { "16": "img\/open_admin_tab_16.png", "48": "img\/open_admin_tab_48.png", "128": "img\/open_admin_tab_128.png" }, "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "js\/open_admin_tab.js" ] }, "options_page": "options.html" } |