Create Anchor tag ( <a href=...> ) With Page Title
いま見ているページのリンクタグを簡単に作成するエクステンションです。
ページのタイトルをリンクタグで囲みます。
また、クラス名やID名、末尾に改行タグを付加するかも指定できます。
たとえば、こんな感じ
<a href="http://example.com"; id="homu">Page Title</a>
オプションページで以下の設定ができます。
- ID名 (<a href="URL" id="tag_id"...)
- クラス名 (<a href="URL" class="tag_class"...)
- 改行タグの有無 (<a href="URL">...</a><br /> or <br>)
- target="_blank"の指定
- マニフェストバージョンに対応しました。(var.1.3.0)
Latest reviews
- (2012-09-12) Joe Hesketh: It would be better if you could edit the Title in the Title box and have this automatically update the tag.