Advanced Forward Button
A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Τι είναι το Advanced Forward Button;
Το Advanced Forward Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον blak111, και η κύρια λειτουργία του είναι "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".
Λήψη αρχείου CRX της επέκτασης Advanced Forward Button
Λήψη αρχείων επέκτασης Advanced Forward Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A forward button that allows you to choose any of the children of the current page you are on. This is in contrast to the built-in forward button that only goes to the most recent child of the page you are on.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mcmgcmocofjfjkciddamlldmflmipdpk |
Επίσημο URL | https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk |
Περιγραφή | A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent). |
Μέγεθος Αρχείου | 42.49 KB |
Αριθμός Εγκαταστάσεων | 28 |
Τρέχουσα Έκδοση | 0.25 |
Τελευταία Ενημέρωση | 2012-07-15 |
Ημερομηνία Δημοσίευσης | 2012-07-15 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | blak111 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced Forward Button", "version": "0.25", "manifest_version": 2, "description": "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).", "browser_action": { "default_icon": "forwardmulti.png", "default_popup": "popup.html" }, "background": { "scripts": [ "advanced-forward.js" ] }, "icons": { "16": "forwardmulti.png", "48": "forwardmulti.png", "128": "forwardmulti.png" }, "permissions": [ "tabs" ] } |