JumpBack Button
Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Τι είναι το JumpBack Button;
Το JumpBack Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brian Slakter and Andrew Packer, και η κύρια λειτουργία του είναι "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".
Λήψη αρχείου CRX της επέκτασης JumpBack Button
Λήψη αρχείων επέκτασης JumpBack Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
--JumpBack Button-- August 21, 2014 Extension Created by Brian Slakter and Andrew Packer This extension allows a user to navigate back in their browser history, skipping over pages with a URL that match the current page URL up to its final directory. As an example, the JumpBack Button can be used to return to a Yelp search after navigating through photos of a restaurant. Also useful for websites that contain articles in slideshow format.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | diikgjokohdfgpcbgpnebjknpfoadfda |
Επίσημο URL | https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda |
Περιγραφή | Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory. |
Μέγεθος Αρχείου | 11.05 KB |
Αριθμός Εγκαταστάσεων | 10 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2014-08-22 |
Ημερομηνία Δημοσίευσης | 2014-08-22 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Brian Slakter and Andrew Packer |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/bslakter/JumpBackButton/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JumpBack Button", "short_name": "JumpBack", "description": "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.", "version": "1.1", "permissions": [ "history", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" } } |