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" ] } |