Méthode Quick Open Bar

Invokes Méthode or Swing with a page source UUID

Cos'è Méthode Quick Open Bar?

Méthode Quick Open Bar è un'estensione di Chrome sviluppata da Eidosmedia, e la sua funzione principale è "Invokes Méthode or Swing with a page source UUID".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Méthode Quick Open Bar

Scarica i file di estensione Méthode Quick Open Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The extension allows, when being in a web site built with Eidosmedia solutions, to open an editorial object (articles or web pages) either in Prime or Swing.                    

Informazioni di Base sull'Estensione

Nome Méthode Quick Open Bar Méthode Quick Open Bar
ID pkoehcnndieoekjpcdebhnpafbfmngce
URL Ufficiale https://chromewebstore.google.com/detail/m%C3%A9thode-quick-open-bar/pkoehcnndieoekjpcdebhnpafbfmngce
Descrizione Invokes Méthode or Swing with a page source UUID
Dimensione del File 56.12 KB
Conteggio Installazioni 1,353
Versione Corrente 1.0.7
Ultimo Aggiornamento 2022-07-28
Data di Pubblicazione 2019-09-18
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Eidosmedia
Email [email protected]
Tipo di Pagamento free
Lingue Supportate de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Eidosmedia",
    "name": "M\u00e9thode Quick Open Bar",
    "version": "1.0.7",
    "default_locale": "en",
    "description": "Invokes M\u00e9thode or Swing with a page source UUID",
    "icons": {
        "32": "icons\/kbb32.png",
        "48": "icons\/kbb48.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/kbb19.png",
            "38": "icons\/kbb38.png"
        }
    },
    "manifest_version": 2
}