Copy-Mail Urls
Copy or Mail all opened URLs
What is Copy-Mail Urls?
Copy-Mail Urls is a Chrome extension developed by thomas6188, and its main feature is "Copy or Mail all opened URLs".
Extension Screenshots
Download Copy-Mail Urls Extension CRX File
Download Copy-Mail Urls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Copy-Mail Urls |
ID | dplccakdfegiajmilmhdihcgbembimhp |
Official URL | https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp |
Description | Copy or Mail all opened URLs |
File Size | 117 KB |
Installation Count | 107 |
Current Version | 1.0 |
Last Updated | 2013-12-20 |
Publish Date | 2013-12-19 |
Rating | 4.67/5 Total 3 Ratings |
Developer | thomas6188 |
Payment Type | free |
Supported Languages | 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" ] } |