Open Admin Tab
Open CMS/Admin location for the currently loaded site.
什么是Open Admin Tab?
Open Admin Tab是由artbek开发的Chrome扩展程序,该扩展的主要功能是“Open CMS/Admin location for the currently loaded site.”。
下载Open Admin Tab扩展crx文件
下载Open Admin Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | afmmbmclpejmbnbchljpmefcoifopcfn |
官方URL | https://chrome.google.com/webstore/detail/open-admin-tab/afmmbmclpejmbnbchljpmefcoifopcfn |
简介 | Open CMS/Admin location for the currently loaded site. |
文件大小 | 19.77 KB |
安装次数 | 66 |
当前版本 | 0.2 |
更新时间 | 2013-12-10 |
上架时间 | 2013-12-10 |
评分 | 3.00/5 共2次评分 |
开发者 | artbek |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |