CopyTaggedUrl
Copy Title, URL, Tagged URL with right click
What is CopyTaggedUrl?
CopyTaggedUrl is a Chrome extension developed by inudaisho, and its main feature is "Copy Title, URL, Tagged URL with right click".
Extension Screenshots
Download CopyTaggedUrl Extension CRX File
Download CopyTaggedUrl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CopyTaggedUrl |
ID | hcbgbjhfdodhnjkmljdlfmhnkehmijgd |
Official URL | https://chromewebstore.google.com/detail/copytaggedurl/hcbgbjhfdodhnjkmljdlfmhnkehmijgd |
Description | Copy Title, URL, Tagged URL with right click |
File Size | 27.41 KB |
Installation Count | 175 |
Current Version | 0.1.4 |
Last Updated | 2013-06-18 |
Publish Date | 2013-06-17 |
Rating | 3.50/5 Total 6 Ratings |
Developer | inudaisho |
Payment Type | free |
Supported Languages | 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" } } |