{ "__version": "0.24.14", "google.search": { "label": "Google検索", "type": "emit", "command": "uri:open-browserview", "params": [ "https://www.google.co.jp/search?q=${TEXT:urlencode}" ] }, "google.search.browser": { "label": "Google検索(&G)", "type": "emit", "attach": [ "selected" ], "command": "uri:open-external", "params": [ "https://www.google.co.jp/search?q=${TEXT:urlencode}" ] }, "google.imagesearch": { "label": "Google画像検索(&G)", "type": "emit", "attach": [ "image" ], "cond": "url", "command": "uri:open-external", "params": [ "https://www.google.co.jp/searchbyimage?image_url=${OBJECT.url:urlencode}&client=chrome" ] }, "open.firefox": { "label": "Firefox(プライベート)で開く", "type": "emit", "command": "core:execute", "params": [ "firefox", "-private-window", "${TEXT}" ] }, "open.chrome": { "label": "Chrome(シークレット)で開く", "type": "emit", "command": "core:execute", "params": [ "chrome", "--incognito", "${TEXT}" ] }, "open.edge": { "label": "Edge(プライベート)で開く", "type": "emit", "command": "core:execute", "params": [ "msedge", "-inprivate", "${TEXT}" ] }, "open.vivaldi": { "label": "Vivaldi(プライベート)で開く", "type": "emit", "command": "core:execute", "params": [ "vivaldi", "--incognito", "${TEXT}" ] }, "open.brave": { "label": "Brave(シークレット)で開く", "type": "emit", "command": "core:execute", "params": [ "brave", "-incognito", "${TEXT}" ] }, "copy.md5": { "label": "md5ハッシュをコピー", "type": "emit", "cond": "md5", "attach": [ "image" ], "command": "clipboard:copy", "params": [ "${OBJECT.md5}" ] }, "qr.url": { "label": "URLをQRコードで表示", "type": "emit", "attach": [ "url" ], "command": "qrcode:generate", "params": [ "${TEXT}" ] }, "qr.selected": { "label": "選択した箇所をQRコードで表示", "type": "emit", "attach": [ "selected" ], "command": "qrcode:generate", "params": [ "${TEXT}" ] }, "ff5ch.search": { "label": "選択箇所をff5chで検索(&F)", "type": "emit", "attach": [ "selected" ], "command": "uri:open-browserview", "params": [ "https://ff5ch.syoboi.jp/?q=${TEXT:urlencode}" ] }, "ff5ch.search.prompt": { "label": "ff5chで検索", "type": "emit", "attach": [ "res" ], "command": "ui:prompt", "params": [ "user:ff5ch.search" ] }, "refind2ch.search": { "label": "選択箇所をre.Find2chで検索(&R)", "type": "emit", "attach": [ "selected" ], "command": "uri:open-browserview", "params": [ "https://refind2ch.org/search?q=${TEXT:urlencode}" ] }, "refind2ch.search.prompt": { "label": "re.Find2chで検索", "type": "emit", "attach": [ "res" ], "command": "ui:prompt", "params": [ "user:refind2ch.search" ] }, "ff5ch.search.asboard": { "label": "(検索結果を板へ表示)", "type": "emit", "command": "uri:request", "params": [ "https://ff5ch.syoboi.jp/?q=${TEXT}" ] }, "ff5ch.search.asboard.prompt": { "label": "検索結果を板として表示", "type": "emit", "command": "ui:prompt", "params": [ "user:ff5ch.search.asboard" ] }, "res.mute": { "label": "レスのミュート", "type": "emit", "attach": [ "res" ], "command": "mark:set.mute", "params": [ null, "num:${OBJECT.num}" ] }, "hissi.checkid": { "label": "必死チェッカー(&H)", "type": "emit", "cond": "sitename=5ch.net", "attach": [ "res", "id" ], "command": "uri:open-browserview", "params": [ "http://hissi.org/read.php/${OBJECT.board}/${OBJECT.timestamp:timeformat.yyyyMMdd}/${OBJECT.id_verbose:base64}.html" ] }, "ascii2d.search": { "label": "二次元画像詳細検索(&I)", "type": "emit", "cond": "url", "attach": [ "image" ], "command": "uri:open-browserview", "params": [ "https://ascii2d.net/search/url/${OBJECT.url:urlencode}" ] }, "copy.image": { "label": "画像をクリップボードへコピー", "type": "emit", "cond": "url", "attach": [ "image" ], "command": "clipboard:copy.image", "params": [ "${OBJECT.url}" ] }, "be.history": { "label": "スレ建て履歴(&B)", "type": "emit", "cond": "bebase", "attach": [ "res" ], "command": "uri:request", "params": [ "http://ame.hacca.jp/sasss/log-be2.cgi?i=${OBJECT.bebase}" ] }, "tab.close.thread.delete": { "label": "タブを閉じてファイルを削除", "type": "emit", "icon_set": "trash", "attach": [ "tab.thread" ], "command": "tab:close.rm", "params": [ "${OBJECT.tabid}", "thread" ] }, "tab.close.thread.left": { "label": "以前のタブをすべて閉じる", "type": "emit", "attach": [ "tab.thread" ], "command": "tab:close.left", "params": [ "${OBJECT.tabid}", "thread" ] }, "tab.close.thread.others": { "label": "他のタブをすべて閉じる", "type": "emit", "attach": [ "tab.thread" ], "command": "tab:close.others", "params": [ "${OBJECT.tabid}", "thread" ] }, "tab.close.thread.right": { "label": "以降のタブをすべて閉じる", "type": "emit", "attach": [ "tab.thread" ], "command": "tab:close.right", "params": [ "${OBJECT.tabid}", "thread" ] }, "tab.close.thread.all": { "label": "すべてのタブを閉じる", "type": "emit", "attach": [ "tab.thread" ], "command": "tab:close.all", "params": [ "${OBJECT.tabid}", "thread" ] }, "filter.word": { "label": "選択箇所でフィルタ", "type": "emit", "attach": [ "selected" ], "command": "filter:set.word", "params": [ null, "${TEXT}" ] }, "exec.notepad": { "label": "メモ帳を起動", "type": "emit", "command": "core:execute", "params": [ "notepad.exe" ] } }