Plagger::Plugin::Notify::Browser Update Entryをブラウザで開きます。タブブラウザ万歳プラグイン Notify::Ejectをコピペ多し。 Plagger::Plugin::Notify::Browser package Plagger::Plugin::Notify::Browser; use strict; use base qw( Plagger::Plugin ); sub init { my $self = shift; $self->SUPER::init(@_); my $class = 'Plagger::Plugin::Notify::Browser::' . lc($^O); eval "require $class;"; if ($@) { Plagger->context->error("Browser plugin doe