Get Email
Get all email exists on current website and store it in local, not send to server
Get Emailとは何ですか?
Get Emailはphanmemviet24hによって開発されたChromeの拡張機能で、その主な機能は「Get all email exists on current website and store it in local, not send to server」です。
拡張機能のスクリーンショット
Get Email拡張機能のCRXファイルをダウンロード
Get Email拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | accaalaikbngbnhikiiljfilnpphmegf |
公式URL | https://chrome.google.com/webstore/detail/get-email/accaalaikbngbnhikiiljfilnpphmegf |
説明 | Get all email exists on current website and store it in local, not send to server |
ファイルサイズ | 80.89 KB |
インストール数 | 1,713 |
現在のバージョン | 1.0 |
最終更新日 | 2015-04-08 |
公開日 | 2015-04-08 |
評価 | 4.69/5 合計 16 レビュー |
開発者 | phanmemviet24h |
支払い方法 | free |
対応言語 | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |