firefox4のステータスバーを復活させるアドオン
SBMカウンタ
現在見ているページに対しての各ソーシャルブックマーク件数を表示するアドオンです。
下記サービスに対応しています。
はてなブックマーク
Delicious
livedoor クリップ
POOKMARK Airlines
Buzzurl
@nifty クリップ
- インストール:
必須。マウスオーバーでコメント見れるのが最高
色んなサイトへとシェアするためのアドオン。ブックマークレット詰め合わせな感じ
Shareaholic入れた。ぽすたらすのブックマークレットが起動する
This extension lets you post all kinds of media files and text to your Posterous sites by dragging the stuff you want to post to the Posterous icon the extension adds to your statusbar or by using the menu items it also adds to the context menu of photos, text and saveable media links.
You can also further specify a posts title, body and tags if you check the option "Show dialog for adding a title & body to my posts" in the extension's settings dialog.
Posts can also be marked as private or set to be auto posted to the other services that you've set up in your Posterous account.
イメージギャラリー
firefoxのステータスバーにぽすたろすの便利なリンクを追加
■ TomblooからRemember The Milkに登録
よく探したらRTMのヘルプに「Quick Add」ってブックマークレットがあったので、それを使わせてもらうことにした。
models.register({ name : 'Remember The Milk', ICON : 'http://www.rememberthemilk.com/favicon.ico', POST_URL: 'http://www.rememberthemilk.com/services/ext/addtask.rtm', check : function(ps){ return ps.type == 'link'; }, post : function(ps){ var url = this.POST_URL; var today = ps.date || new Date(); today = new Date(Math.max(today, new Date())); var date = today.toLocaleFormat("%Y-%m-%d"); return request(url).addCallback(function(res){ if (res.responseText.indexOf('You must <a href="/login/') != -1) throw new Error(getMessage('error.notLoggedin')); var doc = convertToHTMLDocument(res.responseText); return $x('//td/select[@id="l"]/option/@value', doc); }).addCallback(function(option){ request(url, { sendContent : { 't' : ps.item, //title 'd' : date, //date 'tx' : ps.tags, //tag 'l' : option ,//list 'submitform': 'Add Task' } }); }); } });ちなみに、今まで何の説明もなくコードだけペタペタと貼り付けてましたが、これらのコードを
「ツール」⇒「Tombloo」⇒「Tomblooの設定」⇒「エントリ内容/他」⇒「データ/スクリプトディレクトリ」
で指定したディレクトリの下のscriptというフォルダに拡張子をjsにして置いておくと、Firefoxの起動時にTomblooが読み込んでくれます。
Permalink | コメント(0) | トラックバック(2) | 22:37
![]()
![]()
tomblooの自作例