natask / copy-selected-tabs-to-clipboard

Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy Selected Tabs to Clipboard

Build Status

Development builds for each commit are available at "Artifacts" of the CI/CD action: https://github.com/piroor/copy-selected-tabs-to-clipboard/actions?query=workflow%3ACI%2FCD

Example copy formats

type format string
Only URL %URL%
Title and URL %TITLE%%EOL%%URL%
HTML Link <a title="%TITLE_HTML%" href="%URL_HTML%">%TITLE_HTML%</a>
HTML Link (Rich Text) %RT%<a title="%TITLE_HTML%" href="%URL_HTML%">%TITLE_HTML%</a>
Markdown Link [%TITLE%](%URL% "%TITLE%")
Markdown Link List %TST_INDENT( )%* [%TITLE%](%URL% "%TITLE%")
URL without query %REPLACE("%URL%", "\?.*$", "")%
URL without query except Google %REPLACE("%URL%", "^(?!\w+://[^/]*\.google\.[^/]*/.*)\?.*$", "$1")
Org Mode Link List *%TST_INDENT(*)% [[%URL%][%TITLE%]]

About

Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.

License:Other


Languages

Language:JavaScript 86.2%Language:HTML 8.8%Language:CSS 2.6%Language:Makefile 2.4%