Chrome Mailinator Omnibox

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

什麼是Chrome Mailinator Omnibox?

Chrome Mailinator Omnibox是由wcchristian開發的Chrome擴展程式,該擴展的主要功能是“Chrome Omnibox extension allows the user to open a mailinator inbox right from the address bar in chrome.”。

擴展截圖

screenshot

下載Chrome Mailinator Omnibox擴展crx文件

下載Chrome Mailinator Omnibox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # 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.                    

擴展基本資訊

名稱 Chrome Mailinator Omnibox Chrome Mailinator Omnibox
ID naobcegbkllliicpdkjaehdpcjpmiedo
官方網址 https://chromewebstore.google.com/detail/chrome-mailinator-omnibox/naobcegbkllliicpdkjaehdpcjpmiedo
簡介 Chrome Omnibox extension allows the user to open a mailinator inbox right from the address bar in chrome.
檔案大小 13.79 KB
安裝次數 111
目前版本 1.0.1
更新時間 2019-05-26
上架時間 2019-05-25
開發者 wcchristian
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}