試してみたブログ

AI関連・iPhone/Pixelなどのガジェット・音声入力・サーマルプリンタなど興味をある事をどんどん試してみた際の記録

はてなブログ・Wordpressを更新する際によく使っているツール

背景

  • 毎日4本ほど1時間かけて各ブログ類を更新している
  • 久々にあった人にツールに関して聞かれたので改めて棚卸

ツール

  • タイトルとURLをコピーするbookmarklet(自作)
javascript:(()=>{const t=`${document.title}\n${location.href}`;(async()=>{try{await navigator.clipboard.writeText(t);alert('コピーしました!\n\n'+t)}catch(e){const a=document.createElement('textarea');a.value=t;a.style.position='fixed';a.style.top='-1000px';document.body.appendChild(a);a.focus();a.select();try{document.execCommand('copy')?alert('コピーしました!\n\n'+t):alert('コピーに失敗。手動で選択→コピーしてください。\n\n'+t)}finally{document.body.removeChild(a)}}})();})();
  • Google Mapを任意のサイズで埋め込みChrome拡張(自作)

tameshitemita.blog

git-house.com

  • Ghostty(temrminal)

tameshitemita.blog

  • Gemini
  • Perplexity
  • Claude

振り返り

思ったよりもツールとしては少なかった。また拡張も少しばらついてきたのでマイユーティリティとしてまとめていきたい