Inter-tab history
Ever wonder: 'How did I get to this tab?'
Τι είναι το Inter-tab history;
Το Inter-tab history είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wizek, και η κύρια λειτουργία του είναι "Ever wonder: 'How did I get to this tab?'".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Inter-tab history
Λήψη αρχείων επέκτασης Inter-tab history σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ever wonder...? - "How did I end up on this page?" - "Which tab did I open this tab from?" - "I'm lost! Help!" This extension remembers your browsing history even across opening new tabs. Either by: - middle-click - right-click > Open link in new tab - ctrl+click - cmd+click - etc You name it, it remembers. And it doesn't just remember; you can click on the history items as well. If the tab in question is still open, it shall be selected. If the selected tab no longer exists, it will be re-opened as a new tab. I've written this extension mainly for myself. It has already helped me banish confusion on more than one occasion, so I'm releasing it hoping that others may find it useful too. That being said, I don't yet consider it complete or bug-free. So feedback is greatly appreciated about bugs, issues, annoyances, wishes or things you like about it.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Inter-tab history |
ID | andfbeakmoomnmppjoplpadfpgagfclj |
Επίσημο URL | https://chrome.google.com/webstore/detail/andfbeakmoomnmppjoplpadfpgagfclj |
Περιγραφή | Ever wonder: 'How did I get to this tab?' |
Μέγεθος Αρχείου | 92.78 KB |
Αριθμός Εγκαταστάσεων | 43 |
Τρέχουσα Έκδοση | 0.3.1 |
Τελευταία Ενημέρωση | 2016-11-11 |
Ημερομηνία Δημοσίευσης | 2016-11-11 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Wizek |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Inter-tab history", "description": "Ever wonder: 'How did I get to this tab?'", "version": "0.3.1", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon128.png", "19": "icon19.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "activeTab", "chrome:\/\/favicon\/", "tabs" ] } |