Skip to content

Commit 939f456

Browse files
committed
update copy tabs & remove some workflows
1 parent 5fc644c commit 939f456

File tree

16 files changed

+156
-336
lines changed

16 files changed

+156
-336
lines changed

.github/workflows/automate-click.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/bookmark-router.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/find-feeds.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/link-to-text.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/toolbar-countdown.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

genWorkflows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -f ./workflow-template.yml ];then
66

77
if [ -d ./.github/workflows ]; then
88

9-
#rm -f ./.github/workflows/*.yml
9+
rm -f ./.github/workflows/*.yml
1010

1111
for x in ./sources/*;do
1212

sources/copy-tabs/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,42 @@
1+
# NAME
2+
3+
**copy-tabs** - copy tab URLs as HTML hyperlinks or as plain text, similar to MS Edge, but better since this addons supports copying mutliple tabs at once
4+
5+
# SYNOPSIS
6+
7+
click the toolbar button to access the copy modes, or select a set of tabs and use the context menu to invoke the copy action, or set a custom shortcut for each of the copy actions.
8+
9+
# USER INPUTS
10+
11+
- scope
12+
- action
13+
14+
# OPTIONS
15+
16+
- toggle to swap the LMB and MMB toolbar action
17+
- modify the cleanup function to decide what you want to strip form the URL
18+
19+
# REQUIRED PERMISSIONS
20+
21+
- **clipboardWrite**: used to place the URLs into the clipboard
22+
- **menus**: used to add the menu items
23+
- **storage**: used to store the timer name and end time.
24+
- **tabs**: used to access the URLs of the involved tabs
25+
26+
# OPTIONAL PERMISSIONS
27+
28+
none
29+
30+
# DEMO VIDEO
31+
132
https://github.com/user-attachments/assets/6ce15126-246d-450f-b10f-3d201274d9a9
33+
34+
# COMMON ISSUES / FAQ
35+
36+
**After copy Some parameters are missing**
37+
38+
The clean copy mode removes all url parameters. This can be fruther customize to only remove certain paramters on specified URLs via the preferences page where the processing function is exposed and can be edited.
39+
40+
**Can you function/feature XYZ?**
41+
42+
No. if you need more functionality, please take a look some of my other addons. The ones that allow you to do more but also require more permission are [Get Tabs Info](https://addons.mozilla.org/firefox/addon/get-tabs-infos/) and [Gather from Tabs](https://addons.mozilla.org/firefox/addon/gather-from-tabs/)

sources/copy-tabs/_locales/en/messages.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)