Mobile - k08045kk/CopyTabTitleUrl GitHub Wiki

Android Firefox

Difference

  • Browser Action
    • [Use context menu title]
      • It works if you use it from [Use Extended Edit Mode].
    • [Show format tooltip]
  • Context Menu
    • All do not work
  • Keyboard Shortcut
    • All do not work
  • Others
    • [Exclude pinned tabs]
    • [Exclude hidden tabs]
      • If it works, it will work if you use it from [Use Extended Edit Mode].
    • [Edit the context menu title]
    • [Set only format9 in specific context menu]
  • Target: [window]
    • Standard window and private window can be obtained separately.

※ You can change the options that do not work by enabling [Use Extended Edit Mode].
  It may work effectively in environments not intended by the developer.

Known issues

  • Can't get the intended tab with target window / all
  • The screen flickers immediately after displaying the options page
    • Can't reproduce it with v3.5.0?
    • Check again when mv3 is supported #71

Remarks

  • Old Android Firefox extensions shall not be considered.
    • No problem because minimum version is set: 121.0
  • Popup closes automatically.
  • After setting no pop-up display, you can change to display pop-up without restarting.

Kiwi Browser

Known issues

  • Manifest V3
    • Return all tabs: tabs.query()
    • Temporary support (clipboard.js:tabsQuery())
  • I can't return to the active tab after closing the popup.
    • Move to the last tab in the window.
    • window.close()
    • Workaround: Eanable[Copy format], Disable[Show completion popup]
    • mv2 / mv3
  • Does not work with Incognito Tab.

Question

  • Can Context Menu be used?
    • Unable to reproduce behavior. chrome.contextMenus exists.
  • Can Keyboard Shortcuts be used?
    • Unable to reproduce behavior. chrome.commands exists.

Yandex Browser

Not supported. Might work, but I would not consider it.