CopyTaggedUrl

Copy Title, URL, Tagged URL with right click

Qu'est-ce que CopyTaggedUrl ?

CopyTaggedUrl est une extension Chrome développée par inudaisho, et sa fonction principale est "Copy Title, URL, Tagged URL with right click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CopyTaggedUrl

Téléchargez les fichiers d'extension CopyTaggedUrl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CopyTaggedUrl CopyTaggedUrl
ID hcbgbjhfdodhnjkmljdlfmhnkehmijgd
URL Officiel https://chromewebstore.google.com/detail/copytaggedurl/hcbgbjhfdodhnjkmljdlfmhnkehmijgd
Description Copy Title, URL, Tagged URL with right click
Taille du Fichier 27.41 KB
Nombre d'Installations 175
Version Actuelle 0.1.4
Dernière Mise à Jour 2013-06-18
Date de Publication 2013-06-17
Évaluation 3.50/5 Total 6 Évaluations
Développeur inudaisho
Type de Paiement free
Langues Prises en Charge 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"
    }
}