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."입니다.
확장 프로그램 스크린샷
Chrome Mailinator Omnibox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |