Copy-Mail Urls

Copy or Mail all opened URLs

Apa itu Copy-Mail Urls?

Copy-Mail Urls adalah ekstensi Chrome yang dikembangkan oleh thomas6188, dan fitur utamanya adalah "Copy or Mail all opened URLs".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Copy-Mail Urls

Unduh file ekstensi Copy-Mail Urls dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Copy-Mail Urls Copy-Mail Urls
ID dplccakdfegiajmilmhdihcgbembimhp
URL Resmi https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp
Deskripsi Copy or Mail all opened URLs
Ukuran File 117 KB
Jumlah Instalasi 107
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-12-20
Tanggal Publikasi 2013-12-19
Penilaian 4.67/5 Total 3 Penilaian
Pengembang thomas6188
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}