You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Latest topics > なぜMozillaはXULアドオンを廃止したのか?(翻訳) 宣伝。日経LinuxにてLinuxの基礎?を紹介する漫画「シス管系女子」を連載させていただいています。 以下の特設サイトにて、単行本まんがでわかるLinux シス管系女子の試し読みが可能! « 「同調圧力は忌むべきものだ」と思考停止していたことに気付いた話 Main 「なぜMozillaはXULアドオンを廃止したのか?」に寄せられていた反応を見て、「甘い……甘すぎる……」と思って、W3C信者時代からの価値観に行き着いた話 » なぜMozillaはXULアドオンを廃止したのか?(翻訳) - Aug 22, 2020 (原著:David Teller, 2020年8月20日、CC BY-NC 4.0で公開されている内容の全訳。Qiitaにもクロスポストしています。) 要約:Firefoxはかつて、XUL
先日、WebExtensions Meetup #3 が開催され、そこで「WebExtensions とテスト」というお話をしてきました。 この発表では、 WebExtensions のテストの方法と、Vim Vixen が取り組んでいることについてお話しました。 WebExtensions とテスト - Speaker Deck この記事では発表資料をかいつまんで、より詳しく説明してゆきたいとおもいます。 それでははじまりはじまり〜。 はじめに まずは自己紹介。 WebExtensions 歴は 1 年ちょいです。 メインで開発してる WebExtensions は「Vim Vixen」です。 Vim Vixen の開発をスタートしたきっかけは、XUL 製だった Vimperator が使えなくなったからです。 開発を始めて 1 年が経ち、現在はユーザー数も 10,000 を超えるほどに
Gesturefy はマウスでの使用にのみ適した、純粋なマウスジェスチャー拡張機能です (タッチパッドには適しません)。 「マウスジェスチャー」とは何かご存じですか? マウスジェスチャーはキーボードショートカットのマウス版のようなものです。 コマンドや操作を実行するためにキーの組み合わせを押す代わりに、マウスを特定の手順で動かすだけです。 マウスジェスチャーはキーボードショートカットよりも取っ付きやすく便利であるため、カジュアルユーザーにも適しています。 あなたは今マウスを握っていますか? この拡張機能を試してみてください :) 特徴: マウスジェスチャー (左・中央・右ボタンを押しながらマウスを動かす) 80種類以上用意された定義済みコマンド ユーザースクリプト、複数コマンド、アドオン間コマンド、ポップアップなどの特殊コマンド ジェスチャーの軌跡とステータス情報のスタイルをカスタマイズ可
おもに辞書を引いたり自動翻訳をしたりするためのアドオン(yadatta)です。任意のサイトを登録できるので辞書や翻訳以外にもいろいろな検索に使えます。サブプロセスを起動できるので、ローカルPC上の辞書を引いたり、いま開いているページをIEやGoogle Chromeで開いたりもできます。クリップボードの文字列やページのURLを使って検索することもできます。選択した文字列やページのURL、ページのタイトル、リンクのURL、リンクのテキストをクリップボードにコピーできます。コピーするフォーマットを指定できるので、Markdown形式やhtmlのアンカー形式など任意のフォーマットでコピーできます。 辞書を引くときの操作は、大変使いやすかったDictionary Tooltipアドオンに倣っています。 選択した文字列、クリップボードの文字列、開いているwebページのURLなどを使って、GET/PO
新形式の長所と短所 Firefox Quantumでは旧式の拡張機能が一切使えないようになっており、サポートされるのはChromeの拡張機能と共通する部分の多い新形式(WebExtensions)のものだけだ。Firefox 56以前で使用していた拡張機能が既にこの新形式に移行している場合はいいが、そうでなければ同じような機能を提供する別の拡張機能を探す必要がある。 もっとも、新形式の拡張機能は従来よりも制約が大きい。旧式拡張機能の時代に、Firefox本体を大幅に書き換えることさえ許容していた結果、さまざまなバグの温床となったうえ、拡張機能の互換性を維持することが重荷にもなっていたことに対する反省を踏まえ、新形式では拡張機能ができることを絞ったのだ。特に、Firefox本体のユーザーインターフェイス(UI)にはごく限定された範囲でしか介入できないようになっている。そのため、従来のようなオ
About ----- bebop is a WebExtensions that offers command line interface like emacs helm for browsing. bebop is also avaidable on chrome webstore Usage ----- ## command 1. `Click icon on toolbar` or `Ctrl+Comma` ... show popup that has command input 2. Input a query to narrow down the candidates. NOTE: On Windows, you need to press a tab-key to focus to a query input | type | shorthand | descriptio
The most popular and powerful web development tool. Firebug has been a phenomenal success. Over its 12-year lifespan, the open source tool developed a near cult following among web developers. When it came out in 2005, Firebug was the first tool to let programmers inspect, edit, and debug code right in the Firefox browser. It also let you monitor CSS, HTML, and JavaScript live in any web page, whi
Here is the English version of this article. この投稿は個人サイトとのクロスポストです。 2017年の8月下旬に思い立って、ツリー型タブのWebExtensions版を作り始め、去る9月26日にバージョン2.0としてリリースしました。 重い腰を上げて取り組む気になれたのは、必須と目していたAPIが一通り実装されてきて、Firefox 57でようやく技術的に作れる目処が立ってきたからでした。 関係者の皆さんの尽力に改めて感謝の意を表明します。 やっている事自体はそう難しい話ではなく、技術的に目新しいトピックは無いのですが、主に歴史的資料としてレガシーなアドオンの移行の一事例の記録を残しておこうと思います。 ツリー型タブとは? 一言でいうと、ツリー型タブ(Tree Style Tab、略してTST)は「Firefox用の、タブ同士の来歴・関係をツリー
Another Vimperator-like extension is VimFx[1]. (I'm the main developer of VimFx.) The idea of VimFx is to provide the vanilla Firefox experience, with a bunch of Vim-like keyboard shortcuts on top. The biggest problems with chrome.commands for both extensions are: 1. chrome.commands only support keyboard shortcuts with modifiers (ctrl, alt, ctrl+alt), while Vimperator’s and VimFx’s shortcuts are m
Situs Kpktoto menyediakan beraneka ragam permainan yang bisa Anda coba untuk menghasilkan uang sembari Anda menikmati game-game terbaik yang disediakan. Tentu saja ada banyak sekali jenis hiburan yang dapat dinikmati. Aksesibilitas yang disediakan sangatlah terbuka dan tidak terbatas dengan umur. Jadi siapapun Anda, tua atau mudah, keseluruhan game ini bisa dilakoni. Sementara dari segi lisensi da
Repositories GitHub GitLab This is a firefox addon that allows the user to enable CORS everywhere by altering http responses. Note It is important to understand that this addon does not actually disable any kind of security within Firefox. It merely alters http requests to make the browser believe the server has answered favorably. This means the http requests have to be valid and follow the CORS
You can manage your tabs in a tree structure with folders and groups. Some of many features: - Drag&drop tabs to arrange your tabs in a tree structure - Multi selection with Ctrl+click, Shift+Click - Create groups and folders - Save and Import groups or sessions - Search tabs using search tool Shortcut keys: - F1 to toggle Tree Tabs sidebar - Ctrl+a select all (works on one level, where active tab
Firefox 57 (Quantum) introduced a new system of developing add-ons called WebExtensions. Unfortunately, WebExtensions do not provide the required methods that are needed by this add-on to function properly. As a result, it would not be possible to convert this add-on to a WebExtension and this add-on would not be usable with Firefox 57 and above. I am sorry about this but this is how Mozilla wants
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く