Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
/ Duplicate-Tab Public archive

A Safari Extension for iOS & iPadOS. 🖇

Notifications You must be signed in to change notification settings

tyirvine/Duplicate-Tab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚧 This application is no longer being developed and has been removed from the app store. Thank you for all the support during development! This source will remain public and available.

Duplicate Tab

Duplicate Tab is a Safari Extension for iOS and iPadOS that makes duplicating tabs in Safari much easier!

iPhone-6 5-Collage

Privacy Policy  🔒

Duplicate Tab does not collect and/or transmit any data period. Duplicate Tab locally (on your device) saves settings, such as app icon choice, and shortcut preference in User Defaults.*  That is the only information handled and saved.

Frequently Asked Questions  💭

How do I use the extension?

To duplicate a tab, simply tap the extension button from the Safari extension menu.

How do I change the keyboard shortcut?

Simply tap on the shortcut button inside of the app, and a menu will appear that will let you change it.

Keep in mind ⤵︎

  • ⌘ + D - Adds a bookmark in Safari.
  • ⌘ + option + D - Opens dock on iPad.
  • ⌘ + shift + D - Adds a page to your reading list in Safari.
  • control + D - Deletes forwards.

How does it work?

Checkout background.js - tabs.duplicate() takes in the tab id of the active tab and duplicates it.

Why open source?

Following in the footsteps of Amplosion, I decided to show the source of this app so that people could see for themselves that nothing suspicious was going on. Not all parts of the app are included to prevent against people reuploading this app to the App Store with their name on it and the same icon.

Is Duplicate Tab built from this source?

It isn't. This is an older version of the source. The source uploaded to the App Store includes app icons, assets, and other information I didn't want public.

I have feedback!

If you've found a bug or have a feature request please create a new issue and I'll get right on it!

License  🚫

This software uses the No License license. TLDR: You're not allowed to reupload this software, distribute, or sell it in anyway.

This code is shown for users of the app to have confidence that their data is not being collected and distributed. It is not here to be copied and reuploaded.


* This part of the source is not included in this repository.