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 Omnibox extension allows the user to open a mailinator inbox right from the address bar in chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Mailinator Omnibox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # 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
आधिकारिक URL 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"
    }
}