Email Auto Extractor
Extract, automatically all email in a web page
什麼是Email Auto Extractor?
Email Auto Extractor是由Nicolas Grillet開發的Chrome擴展程式,該擴展的主要功能是“Extract, automatically all email in a web page”。
擴展截圖
下載Email Auto Extractor擴展crx文件
下載Email Auto Extractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Auto extract all email adresses in a web page. You just have to go on a webpage that contains email adresses and the extension show you how many email adresses it find, and then click on the logo to copy all email adresses.
擴展基本資訊
名稱 | |
ID | blkpobilpealkkcibgcgfmflneafkkah |
官方網址 | https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah |
簡介 | Extract, automatically all email in a web page |
檔案大小 | 186 KB |
安裝次數 | 996 |
目前版本 | 0.2.0 |
更新時間 | 2018-06-12 |
上架時間 | 2018-06-12 |
評分 | 3.47/5 共 57 次評分 |
開發者 | Nicolas Grillet |
電子郵箱 | [email protected] |
付費類型 | in_store |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Email Extraction !" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "run_at": "document_end" } ], "description": "Extract, automatically all email in a web page", "homepage_url": "http:\/\/www.erreurs404.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "256": "icons\/icon256.png", "48": "icons\/icon48.png" }, "short_name": "Email Extractor", "manifest_version": 2, "name": "Email Auto Extractor", "offline_enabled": true, "permissions": [ "chrome:\/\/favicon\/", "contextMenus", "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage", "activeTab" ], "version": "0.2.0" } |