Create Link

Create Link

情報


-Create Link - Chrome ウェブストア
--https://chrome.google.com/webstore/detail/create-link/gcmghdmnkfdbncmnmlkkglmnnhagajbm
-->Copy current page URL to clipboard in various formats.
-->(Tested on OSX, WindowsXP, Windows7/64bit)
-->Make HTML link tag easily like Firefox addon Make Link.

-GitHub - ku/CreateLink: Make Link alternative to chrome
--https://github.com/ku/CreateLink

自分用 Formats

1 line

%text% %url%

2 lines

%text%%newline%%url%

title

%title%

HTML

<a href="%url%">%htmlEscapedText%</a>

markdown

[%text_md%](%url%)

blockquote

<blockquote>%newline%%text_br%%newline%<cite><a href="%url%">%title%</a></cite>%newline%</blockquote>%newline%