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. 擴展基本資訊
| 名稱 | |
| ID | dplccakdfegiajmilmhdihcgbembimhp |
| 官方網址 | 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"
]
} | |