All Projects → piroor → copy-selected-tabs-to-clipboard

piroor / copy-selected-tabs-to-clipboard

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

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to copy-selected-tabs-to-clipboard

Treestyletab
Tree Style Tab, Show tabs like a tree.
Stars: ✭ 2,438 (+5200%)
Mutual labels:  firefox-addon, addon, webextensions
Multipletab
Multiple Tab Handler, Provides feature to close multiple tabs.
Stars: ✭ 67 (+45.65%)
Mutual labels:  firefox-addon, addon, webextensions
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (+21.74%)
Mutual labels:  firefox-addon, webextensions
Carbonalyser
The add-on "Carbonalyser" allows to visualize the electricity consumption and greenhouse gases (GHG) emissions that your Internet browsing leads to.
Stars: ✭ 98 (+113.04%)
Mutual labels:  firefox-addon, addon
Livemarks
Extension that restores RSS Feed Livemarks in Firefox.
Stars: ✭ 137 (+197.83%)
Mutual labels:  firefox-addon, addon
Scrollupfolder
A firefox addon wich goes up a folder of a website.
Stars: ✭ 18 (-60.87%)
Mutual labels:  firefox-addon, webextensions
Jsdemos
Home page for all listed extensions, if you have any suggestions/bugs, please file an issue in this repo
Stars: ✭ 14 (-69.57%)
Mutual labels:  firefox-addon, webextensions
Page Translator
One-click in-line page translation for Firefox
Stars: ✭ 114 (+147.83%)
Mutual labels:  firefox-addon, webextensions
Extension Boilerplate
⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.
Stars: ✭ 2,958 (+6330.43%)
Mutual labels:  firefox-addon, webextensions
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+41.3%)
Mutual labels:  firefox-addon, webextensions
What Have You Made Today
Chrome & FireFox extension to replace the default home page. What have you made today?
Stars: ✭ 223 (+384.78%)
Mutual labels:  firefox-addon, addon
tst-bookmarks-subpanel
This is a Firefox addon providing the "Bookmarks" subpanel for Tree Style Tab.
Stars: ✭ 14 (-69.57%)
Mutual labels:  firefox-addon, webextensions
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+865.22%)
Mutual labels:  firefox-addon, webextensions
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (+739.13%)
Mutual labels:  firefox-addon, webextensions
Lovely Forks
💚 🍴 Show notable forks of GitHub repositories under their names.
Stars: ✭ 365 (+693.48%)
Mutual labels:  firefox-addon, addon
Ui Tool
UI for create-web-ext
Stars: ✭ 104 (+126.09%)
Mutual labels:  firefox-addon, webextensions
GladiatusCrazyAddon
A browser addon for the Gladiatus browser game.
Stars: ✭ 31 (-32.61%)
Mutual labels:  firefox-addon, addon
add-url-to-window-title
A Firefox addon which will put the web page address (URL) into the window's title. Useful for customizing KeePass's auto-type
Stars: ✭ 56 (+21.74%)
Mutual labels:  firefox-addon, addon
snoozz-tab-snoozing
A Web Extension to declutter windows by snoozing tabs for later
Stars: ✭ 105 (+128.26%)
Mutual labels:  firefox-addon, addon
newhackbar
A sitebar that helps pentesters to perform manual web security testing inside their browser. This addon is written in webextension and alternatives to the XUL version of original Hackbar.
Stars: ✭ 42 (-8.7%)
Mutual labels:  addon, webextensions

Copy Selected Tabs to Clipboard

Build Status

Syntax

  • Arguments for functional placeholders can be wrapped with quotations: double quote ("), single quote (') or back quote (`). For convenience, put a backslash preceding to a quotation character, if you want to put the quotation character same to the open/close quotations, in a string literal. For example: 'c\'mon' (apostrophe in a string wrapped with single quotes)
  • Quotations to wrap string arguments are optional. Quotations are required only when the string contains special characters like , (separator of arguments), ) (the end of the arguments) and so on. For example, all of them are same: %TST_INDENT(--)%, %TST_INDENT("--")%, %TST_INDENT('--')% and %TST_INDENT(`--`)%

Example copy formats

type format string
Only URL %URL%
Title and URL %TITLE%%EOL%%URL%
HTML Link <a title="%HTML_SAFE(%TITLE%)%" href="%HTML_SAFE(%URL%)%">%HTML_SAFE(%TITLE%)%</a>
HTML Link (Rich Text) %RT%<a title="%HTML_SAFE(%TITLE%)%" href="%HTML_SAFE(%URL%)%">%HTML_SAFE(%TITLE%)%</a>
Markdown Link [%MD_SAFE(%TITLE%)%](%URL% "%MD_LINK_TITLE_SAFE(%TITLE%)%")
Markdown Link List %TST_INDENT(" ")%* [%MD_SAFE(%TITLE%)%](%URL% "%MD_LINK_TITLE_SAFE(%TITLE%)%")
URL without query %REPLACE("%URL%", "\?.*$", "")%
URL without query except Google %REPLACE("%URL%", "^(?!\w+://[^/]*\.google\.[^/]*/.*)\?.*$", "$1")
Org Mode Link List *%TST_INDENT(*)% [[%URL%][%TITLE%]]
Firefox container Org Mode [[%CONTAINER_URL%][%CONTAINER_NAME("", ": ")%%TITLE%]]
Redmine Issue # #%REPLACE("%URL%", "^\w+://.+/([\d+]+)(?:\?[^#]*)?(?:#(?:note-([\d]+))?[^#]*)?$", "$1-$2", "-$", "")%

Privacy Policy

This software does not collect any privacy data automatically, but this includes ability to synchronize options across multiple devices automatically via Firefox Sync. Any data you input to options may be sent to Mozilla's Sync server, if you configure Firefox to activate Firefox Sync.

このソフトウェアはいかなるプライバシー情報も自動的に収集しませんが、Firefox Syncを介して自動的に設定情報をデバイス間で同期する機能を含みます。 Firefox Syncを有効化している場合、設定画面に入力されたデータは、Mozillaが運用するSyncサーバーに送信される場合があります。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].