MailCheck
Suggests a right domain when you misspell it in an email address.
什麼是MailCheck?
MailCheck是由matthieu.bilbille開發的Chrome擴展程式,該擴展的主要功能是“Suggests a right domain when you misspell it in an email address.”。
擴展截圖
下載MailCheck擴展crx文件
下載MailCheck擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When a user types in "[email protected]", Mailcheck will suggest "[email protected]".
This extension uses the javascript library mailcheck.js
------------------------------------------------
Changelog:
1.6
- Dropped Zepto dependency in favor of jQuery
- Upgraded to MailCheck 1.1.0
- Upgraded to Chrome UI bootstrap 1.4.0
- Used minimalistic bootstrap
1.5
- Localized options page
1.4
- Added tooltips
- Fixed bugs on options page
1.3
- Fixed minor bugs
- Added more options
1.2:
- Added options page
1.1:
- Added i18n support (English, French, Japanese)
- Switched to Zepto JS library
- Fixed bug on form loaded dynamically
1.0:
First release.
For full details (or contribution), please go to http://github.com/mbilbille/chrome-mailcheck 擴展基本資訊
| 名稱 | |
| ID | olghnkfiljkinfbnichocbepnimdfclf |
| 官方網址 | https://chromewebstore.google.com/detail/mailcheck/olghnkfiljkinfbnichocbepnimdfclf |
| 簡介 | Suggests a right domain when you misspell it in an email address. |
| 檔案大小 | 61.37 KB |
| 安裝次數 | 1,334 |
| 目前版本 | 1.6.2 |
| 更新時間 | 2015-02-03 |
| 上架時間 | 2015-02-03 |
| 評分 | 3.71/5 共 7 次評分 |
| 開發者 | matthieu.bilbille |
| 付費類型 | free |
| 擴展官網 | http://github.com/mbilbille/chrome-mailcheck |
| 說明頁面URL | https://github.com/mbilbille/chrome-mailcheck/issues |
| 支援的語言 | en,fr,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.6.2",
"default_locale": "en",
"permissions": [
"notifications",
"storage"
],
"icons": {
"16": "resources\/images\/icon16.png",
"48": "resources\/images\/icon48.png",
"128": "resources\/images\/icon128.png"
},
"web_accessible_resources": [
"resources\/images\/icon16.png",
"resources\/images\/icon128.png"
],
"options_page": "resources\/pages\/options.html",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
" | |