Open Admin Tab
Open CMS/Admin location for the currently loaded site.
Wat is Open Admin Tab?
Open Admin Tab is een Chrome-extensie ontwikkeld door artbek, en de belangrijkste functie is "Open CMS/Admin location for the currently loaded site.".
Download het CRX-bestand van de extensie Open Admin Tab
Download Open Admin Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | afmmbmclpejmbnbchljpmefcoifopcfn |
| Officiële URL | https://chrome.google.com/webstore/detail/open-admin-tab/afmmbmclpejmbnbchljpmefcoifopcfn |
| Beschrijving | Open CMS/Admin location for the currently loaded site. |
| Bestandsgrootte | 19.77 KB |
| Aantal Installaties | 66 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2013-12-10 |
| Publicatiedatum | 2013-12-10 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | artbek |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |