Skip to content

同一のchromeアカウントで使用しているデバイスで開いているタブ情報を一括表示するChrome拡張

License

Notifications You must be signed in to change notification settings

ik11235/MultiDevicesHistory

Repository files navigation

MultiDevicesHistory

icon

about

「MultiDevicesHistory」は同一の chrome アカウントで使用しているデバイスで開いているタブ情報を一括表示できる Chrome 拡張です。

Chrome 標準の履歴は直近使用したタブのみ表示されますが、この拡張では開いているすべてのタブが確認可能です。

インストール

MultiDevicesHistory - Chrome ウェブストア

チェンジログ

CHANGELOG

ライセンス

MIT

アイコン

この拡張のアプリアイコンはICOON MONO 様の以下の素材を使用しています。

generate comand

#!/bin/bash

for size in 16 32 48 128;
do
    convert source.png -resize ${size}x${size} -extent ${size}x${size} -background white -gravity center -unsharp 1.5x1+0.7+0.02 icon${size}.png;
done

参考: https://qiita.com/ygkn/items/efa1e311006f5c900123 , https://takuya-1st.hatenablog.jp/entry/2016/09/27/165629

使用しているライブラリ

About

同一のchromeアカウントで使用しているデバイスで開いているタブ情報を一括表示するChrome拡張

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages