Méthode Quick Open Bar

Invokes Méthode or Swing with a page source UUID

What is Méthode Quick Open Bar?

Méthode Quick Open Bar is a Chrome extension developed by Eidosmedia, and its main feature is "Invokes Méthode or Swing with a page source UUID".

Extension Screenshots

screenshot
screenshot

Download Méthode Quick Open Bar Extension CRX File

Download Méthode Quick Open Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Méthode Quick Open Bar Méthode Quick Open Bar
ID pkoehcnndieoekjpcdebhnpafbfmngce
Official URL https://chromewebstore.google.com/detail/m%C3%A9thode-quick-open-bar/pkoehcnndieoekjpcdebhnpafbfmngce
Description Invokes Méthode or Swing with a page source UUID
File Size 56.12 KB
Installation Count 1,353
Current Version 1.0.7
Last Updated 2022-07-28
Publish Date 2019-09-18
Rating 3.00/5 Total 2 Ratings
Developer Eidosmedia
Email [email protected]
Payment Type free
Supported Languages 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
}