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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Open Admin Tab 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"
}