時間を指定してタイマーをセットするBookmarklet
つくった。
javascript:(function(){var min = prompt('何分にセットする?',25);window.open("http://e.ggtimer.com/" + min + "minutes")})();
タイマーにはURLで時間を指定できる 「E.gg Timer」を使用。デフォルトでは1ポモドーロ25分。
つくった。
javascript:(function(){var min = prompt('何分にセットする?',25);window.open("http://e.ggtimer.com/" + min + "minutes")})();
タイマーにはURLで時間を指定できる 「E.gg Timer」を使用。デフォルトでは1ポモドーロ25分。