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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |