Open Admin Tab
Open CMS/Admin location for the currently loaded site.
Qu'est-ce que Open Admin Tab ?
Open Admin Tab est une extension Chrome développée par artbek, et sa fonction principale est "Open CMS/Admin location for the currently loaded site.".
Télécharger le fichier CRX de l'extension Open Admin Tab
Téléchargez les fichiers d'extension Open Admin Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | afmmbmclpejmbnbchljpmefcoifopcfn |
URL Officiel | https://chrome.google.com/webstore/detail/open-admin-tab/afmmbmclpejmbnbchljpmefcoifopcfn |
Description | Open CMS/Admin location for the currently loaded site. |
Taille du Fichier | 19.77 KB |
Nombre d'Installations | 66 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2013-12-10 |
Date de Publication | 2013-12-10 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | artbek |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |