Copy-Mail Urls
Copy or Mail all opened URLs
Copy-Mail Urlsとは何ですか?
Copy-Mail Urlsはthomas6188によって開発されたChromeの拡張機能で、その主な機能は「Copy or Mail all opened URLs」です。
拡張機能のスクリーンショット
Copy-Mail Urls拡張機能のCRXファイルをダウンロード
Copy-Mail Urls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Using this extension, a user can copy all the open tab URLs to Clipboard with single click. User can also mail these URLs by clicking on 'Send as Email' option. Note: When sending as email, a new tab will be opened alongside. User should close this tab before using this option. If not done, then the mail will consist of this new tab details.
拡張機能の基本情報
名前 | Copy-Mail Urls |
ID | dplccakdfegiajmilmhdihcgbembimhp |
公式URL | https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp |
説明 | Copy or Mail all opened URLs |
ファイルサイズ | 117 KB |
インストール数 | 107 |
現在のバージョン | 1.0 |
最終更新日 | 2013-12-20 |
公開日 | 2013-12-19 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | thomas6188 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy-Mail Urls", "description": "Copy or Mail all opened URLs", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |