Chrome Mailinator Omnibox

Chrome Omnibox extension allows the user to open a mailinator inbox right from the address bar in chrome.

O que é Chrome Mailinator Omnibox?

Chrome Mailinator Omnibox é uma extensão do Chrome desenvolvida por wcchristian, e sua principal característica é "Chrome Omnibox extension allows the user to open a mailinator inbox right from the address bar in chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome Mailinator Omnibox

Baixe arquivos de extensão Chrome Mailinator Omnibox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        # Chrome Mailinator Omnibox
Chrome Omnibox extension allows the user to open a mailinator inbox right from the address bar in chrome.
The intended usage of this is to use the chrome omnibox. Navigate to the chrome omnibox (address bar) by clicking on it
or pressing CMD+L or CTRL+L.

After typing mail and pressing the spacebar, type the name of any mailinator inbox you wish.

Every time you navigate to an inbox, the inbox name is stored to your chrome sync data. This means it will be available on every chrome installation you have
provided that sync is turned on. Otherwise the saved inboxes will save to the local storage of your chrome browser.

The extension will save the last 20 mailboxes accessed.

You can access your recent inboxes by clicking on the extension icon in the chrome toolbar.                    

Informações Básicas da Extensão

Nome Chrome Mailinator Omnibox Chrome Mailinator Omnibox
ID naobcegbkllliicpdkjaehdpcjpmiedo
URL Oficial https://chromewebstore.google.com/detail/chrome-mailinator-omnibox/naobcegbkllliicpdkjaehdpcjpmiedo
Descrição Chrome Omnibox extension allows the user to open a mailinator inbox right from the address bar in chrome.
Tamanho do Arquivo 13.79 KB
Contagem de Instalações 111
Versão Atual 1.0.1
Última Atualização 2019-05-26
Data de Publicação 2019-05-25
Desenvolvedor wcchristian
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Mailinator Omnibox",
    "version": "1.0.1",
    "description": "Chrome Omnibox extension allows the user to open a mailinator inbox right from the address bar in chrome.",
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "mail"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Shift+Ctrl+M",
                "mac": "Shift+Command+M"
            }
        }
    },
    "browser_action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "manifest_version": 2,
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}