Copy Url (from TabInfoCopy)

Copy Tab Titles and URLs to Clipboard w/Ru convert

Wat is Copy Url (from TabInfoCopy)?

Copy Url (from TabInfoCopy) is een Chrome-extensie ontwikkeld door kbTrainer, en de belangrijkste functie is "Copy Tab Titles and URLs to Clipboard w/Ru convert".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy Url (from TabInfoCopy)

Download Copy Url (from TabInfoCopy)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Absolutely the same as Tab Info Copy.

But works with multi language urls. It makes .decodeURI on urls, so Your copied URL sould look like http://ru.wikipedia.org/wiki/Заглавная_страница instead of      %D0%97%D0%B0%D0%B3%D0%BB....

If You need original Tab Info Copy extenion, please go here:
https://chrome.google.com/webstore/detail/tabinfocopy/micdllihgoppmejpecmkilggmaagfdmb                    

Basisinformatie over de Extensie

Naam Copy Url (from TabInfoCopy) Copy Url (from TabInfoCopy)
ID kplmddgdeigcadlfohcelfefiinfghpi
Officiële URL https://chromewebstore.google.com/detail/copy-url-from-tabinfocopy/kplmddgdeigcadlfohcelfefiinfghpi
Beschrijving Copy Tab Titles and URLs to Clipboard w/Ru convert
Bestandsgrootte 17.52 KB
Aantal Installaties 1,020
Huidige Versie 0.3
Laatst Bijgewerkt 2014-04-03
Publicatiedatum 2014-04-03
Beoordeling 4.20/5 Totaal 10 Beoordelingen
Ontwikkelaar kbTrainer
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Copy Tab Titles and URLs to Clipboard w\/Ru convert",
    "icons": {
        "128": "i\/icon128.png",
        "16": "i\/icon16.png",
        "48": "i\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Copy Url (from TabInfoCopy)",
    "page_action": {
        "default_icon": {
            "19": "i\/icon19.png",
            "38": "i\/icon38.png"
        },
        "default_title": "single click: copy selected tab\ndouble click: copy all tabs in this window"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ],
    "version": "0.3"
}