Copy-Mail Urls

Copy or Mail all opened URLs

Vad är Copy-Mail Urls?

Copy-Mail Urls är en Chrome-tillägg utvecklad av thomas6188, och dess huvudfunktion är "Copy or Mail all opened URLs".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Copy-Mail Urls-förlängningens CRX-fil

Ladda ner Copy-Mail Urls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Copy-Mail Urls Copy-Mail Urls
ID dplccakdfegiajmilmhdihcgbembimhp
Officiell webbadress https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp
Beskrivning Copy or Mail all opened URLs
Filstorlek 117 KB
Antal Installationer 107
Aktuell Version 1.0
Senast Uppdaterad 2013-12-20
Publiceringsdatum 2013-12-19
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare thomas6188
Betalningssätt free
Stödda Språk 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"
    ]
}