Admin Swichter
Quickly switch to the Joomla & Wordpress Admin with a click.
什么是Admin Swichter?
Admin Swichter是由Sumesh开发的Chrome扩展程序,该扩展的主要功能是“Quickly switch to the Joomla & Wordpress Admin with a click.”。
扩展截图
下载Admin Swichter扩展crx文件
下载Admin Swichter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just one click, It will take you to the admin area. If you are logged in it's directly going to admin panel of Joomla/WordPress. This extension saves your time when you are working on Joomla/WordPress CMS, those SECONDS are important. You need to type Administrator/wp-admin then you go to the admin panel, but now just one click will take you to the admin panel. Changelog 1.0.1 1. Added Wordpress CMS. 2. Added Push notification to show the version according to the CMS. 3. Added icon according to the CMS like Joomla and WordPress 4. Remove bugs
扩展基本信息
名称 | Admin Swichter |
ID | mkomahiccpolmbgcognjodcgcakbbgaj |
官方URL | https://chromewebstore.google.com/detail/admin-swichter/mkomahiccpolmbgcognjodcgcakbbgaj |
简介 | Quickly switch to the Joomla & Wordpress Admin with a click. |
文件大小 | 26 KB |
安装次数 | 28 |
当前版本 | 1.0.1 |
更新时间 | 2019-07-28 |
上架时间 | 2019-07-22 |
评分 | 5.00/5 共4次评分 |
开发者 | Sumesh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Admin Swichter", "description": "Quickly switch to the Joomla & Wordpress Admin with a click.", "version": "1.0.1", "icons": { "128": "logo.png", "48": "logo.png", "16": "logo.png" }, "browser_action": { "default_icon": "logo.png" }, "commands": { "toggle-feature-foo": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Toggle feature foo" }, "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+J" } }, "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+E", "windows": "Alt+Shift+P", "mac": "Alt+Shift+P" } } }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |