CopyTaggedUrl

Copy Title, URL, Tagged URL with right click

Cos'è CopyTaggedUrl?

CopyTaggedUrl è un'estensione di Chrome sviluppata da inudaisho, e la sua funzione principale è "Copy Title, URL, Tagged URL with right click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CopyTaggedUrl

Scarica i file di estensione CopyTaggedUrl in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        send these strings to clipboard with right click.

- tagged link like title or 
- page,link,image,video(html5) URL
- page title

右クリックから以下のものをクリップボードに送ることができます
- 開いているページへのリンクをタグでくくったものや画像のimg要素
- 開いているページ、画面にあるリンク、画像、ビデオ(html5)のURL
- 開いているページのタイトル
-- ひとつしか操作できないものは子タブまで開かないでいいようにしてます。

>multi url copy
please copy html source and delete useless strings

ver.0.1.3 2010/10/09 add link with selectiontext 
-if you select link string  and do right click on link and select CopyTaggedLink, you can get string like "selectionText"
>リンクのタイトル
リンクの文字列を選択しておくと、その文字列をはさんだ文字列を取得するようにしました。リンク先のhtmlのタイトルがほしいときはリンク先にとんで取得してください

ver.0.1.4 upgrade manifest version to 2.                    

Informazioni di Base sull'Estensione

Nome CopyTaggedUrl CopyTaggedUrl
ID hcbgbjhfdodhnjkmljdlfmhnkehmijgd
URL Ufficiale https://chromewebstore.google.com/detail/copytaggedurl/hcbgbjhfdodhnjkmljdlfmhnkehmijgd
Descrizione Copy Title, URL, Tagged URL with right click
Dimensione del File 27.41 KB
Conteggio Installazioni 175
Versione Corrente 0.1.4
Ultimo Aggiornamento 2013-06-18
Data di Pubblicazione 2013-06-17
Valutazione 3.50/5 Totale 6 Valutazioni
Sviluppatore inudaisho
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyTaggedUrl",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Copy Title, URL, Tagged URL with right click",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "g.htm"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "120.png"
    }
}