Open Admin Tab

Open CMS/Admin location for the currently loaded site.

Open Admin Tabคืออะไร?

Open Admin Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย artbek และคุณลักษณะหลักของมันคือ "Open CMS/Admin location for the currently loaded site."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Admin Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
}