Admin Swichter

Quickly switch to the Joomla & Wordpress Admin with a click.

Admin Swichter là gì?

Admin Swichter là một tiện ích mở rộng Chrome được phát triển bởi Sumesh, và tính năng chính của nó là "Quickly switch to the Joomla & Wordpress Admin with a click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Admin Swichter

Tải xuống các tệp mở rộng Admin Swichter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Admin Swichter Admin Swichter
ID mkomahiccpolmbgcognjodcgcakbbgaj
URL Chính Thức https://chromewebstore.google.com/detail/admin-swichter/mkomahiccpolmbgcognjodcgcakbbgaj
Mô tả Quickly switch to the Joomla & Wordpress Admin with a click.
Kích Thước Tệp 26 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-07-28
Ngày Phát Hành 2019-07-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Sumesh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "background",
        "tabs",
        "notifications"
    ],
    "options_page": "options.html"
}