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ファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |