Alternate Tab Order

Opens new tabs at the end, and snaps back to view the opener tab under certain conditions

Τι είναι το Alternate Tab Order;

Το Alternate Tab Order είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.techknight.com, και η κύρια λειτουργία του είναι "Opens new tabs at the end, and snaps back to view the opener tab under certain conditions".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Alternate Tab Order

Λήψη αρχείων επέκτασης Alternate Tab Order σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Changes tab ordering in a manner similar to pre-2010 Firefox.

The video explains it best, but by default, this extension does the following:
- When a new tab is opened, it is sent to the end on the far-right

- If that tab was opened with a left-click, such that it is automatically switched to, closing it will switch back to the tab from which is was opened (as long as no other tab had been switched to in the meantime)

What that means in practical terms is this:
1. if I have an RSS reader open, left-clicking to read a story immediately will show me an open a tab on the end of the list. Closing that story it will take me back to my RSS reader.

2. If I queue up a bunch of stories to read by middle-clicking several links, they will all open on the end of the tab list. When I go to read them by clicking on the first tab I opened, closing it will show me the next story.

I recognize how incredibly small the audience is for this exact setup, but there you have it.

Attributions
I used to just locally comment out some code in Brad Dwyer's Modified Tab Ordering extension from https://chrome.google.com/extensions/detail/lhlppppejjiiinhklmlpfkafimagbcbe - but Chrome now considers changes to be security issues.

Since Brad's extension uses a deprecated version of the Chrome extension API, I based my version off of itworks' New Tabs At End from https://chrome.google.com/webstore/detail/new-tabs-at-end/bgogjfbkjgjhonhikkkflpkgpcpfljoa 

Double Arrow glyph made by Freepik from www.flaticon.com licensed under CC BY 3.0                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Alternate Tab Order Alternate Tab Order
ID ogppakblncmgfgonnlheigoghllopopb
Επίσημο URL https://chromewebstore.google.com/detail/alternate-tab-order/ogppakblncmgfgonnlheigoghllopopb
Περιγραφή Opens new tabs at the end, and snaps back to view the opener tab under certain conditions
Μέγεθος Αρχείου 16.4 KB
Αριθμός Εγκαταστάσεων 5,870
Τρέχουσα Έκδοση 1.0.13
Τελευταία Ενημέρωση 2015-02-08
Ημερομηνία Δημοσίευσης 2015-02-08
Αξιολόγηση 4.68/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής https://www.techknight.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.techknight.com/alternate-tab-order/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.techknight.com/contact/
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alternate Tab Order",
    "version": "1.0.13",
    "background": {
        "page": "bg.html"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "description": "Opens new tabs at the end, and snaps back to view the opener tab under certain conditions"
}