Copy-Mail Urls
Copy or Mail all opened URLs
Copy-Mail Urlsคืออะไร?
Copy-Mail Urls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thomas6188 และคุณลักษณะหลักของมันคือ "Copy or Mail all opened URLs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy-Mail Urls
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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"
]
} | |