Open Admin Tab
Open CMS/Admin location for the currently loaded site.
Was ist Open Admin Tab?
Open Admin Tab ist eine Chrome-Erweiterung, die von artbek entwickelt wurde, und ihr Hauptmerkmal ist "Open CMS/Admin location for the currently loaded site.".
Open Admin Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open Admin Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | afmmbmclpejmbnbchljpmefcoifopcfn |
Offizielle URL | https://chrome.google.com/webstore/detail/open-admin-tab/afmmbmclpejmbnbchljpmefcoifopcfn |
Beschreibung | Open CMS/Admin location for the currently loaded site. |
Dateigröße | 19.77 KB |
Installationsanzahl | 66 |
Aktuelle Version | 0.2 |
Letztes Update | 2013-12-10 |
Veröffentlichungsdatum | 2013-12-10 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | artbek |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |