Skip to content

PKxk8J/click-tab-sort

Repository files navigation

click-tab-sort

タブ右クリックからタブをソートする Firefox アドオン。

e10s 対応。

https://addons.mozilla.org/addon/clicktabsort/

Messaging

Other addons can use this addon by using sendMessage

browser.runtime.sendMessage('{9a51d52f-40fa-44c6-9c62-66936e43c4db}', {
  type: 'sort',
  keyType: 'title',
  windowId: 24,
  pinned: false,
  notification: false
})

extensionId

{9a51d52f-40fa-44c6-9c62-66936e43c4db}

message

Property name Type Description
type string sort
keyType string url or urlReverse or title or titleReverse or id or idReverse or access or accessReverse or random or reverse
windowId number The ID of a target window
pinned boolean If true, pinned tabs are sorted
notification boolean Whether to show notification

リリース方法

$ web-ext build

About

タブ右クリックからタブをソートする Firefox アドオン

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published